DictionaryForumContacts

   Russian
Terms for subject Testing containing заглушка | all forms
RussianEnglish
возвращаемое значение метода-заглушкиreturn value for the stubbed method (Alex_Odeychuk)
метод-заглушкаstubbed method (Alex_Odeychuk)
объект-заглушкаstub object (typically used when you only want to isolate the system under test from its dependencies but don't care about verifying interactions Alex_Odeychuk)
отслеживать вызовы метода-заглушкиtrack calls to the stubbed method (Alex_Odeychuk)
при каждом вызове метода-заглушкиwhenever the stubbed method is called (Alex_Odeychuk)
рекурсивно созданное свойство-заглушкаrecursively subbed property (github.io Alex_Odeychuk)
рекурсивно созданный метод-заглушкаrecursively subbed method (github.io Alex_Odeychuk)
создать заглушку методаstub out a method (Alex_Odeychuk)