Subject | English | Russian |
progr. | call the method | вызов метода (ssn) |
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) |