Subject | English | Russian |
progr. | call the method on the mock object | вызвать метод имитирующего объекта (In NSubstitute, you directly call the method on the mock object and then chain the Returns method to specify the return value. Alex_Odeychuk) |
progr. | mock method | имитирующий метод (Alex_Odeychuk) |
progr. | mock method | метод имитирующего объекта (Alex_Odeychuk) |
progr. | mocked method | метод имитируемого объекта (Alex_Odeychuk) |
progr. | mocked method | имитируемый метод (Alex_Odeychuk) |
archit. | mock-up method of design | модельно-макетное проектирование |
construct. | mock-up method of design | макетный метод проектирования |
tech. | model-and-mock-up method of design | модельно-макетный метод проектирования |
progr. | return value of the mocked method | возвращаемое значение имитируемого метода (Alex_Odeychuk) |
progr. | verification of mock method calls | проверка вызова методов имитирующего объекта (Alex_Odeychuk) |