DictionaryForumContacts

   English
Terms for subject Programming containing mocking | all forms | exact matches only
EnglishRussian
auto-mockingавтоматическое создание имитирующих объектов (Alex_Odeychuk)
be mockedполучать имитированную реализацию (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
be mocked for testingполучить имитированную реализацию в целях тестирования (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
be mocking up objectsразрабатывать фиктивные объекты (в целях тестирования приложения Alex_Odeychuk)
behavior of mock objectsповедение имитируемых объектов (Alex_Odeychuk)
behavior of mocked objectsповедение имитируемых объектов (Alex_Odeychuk)
block of code tested without mocking dependenciesблок кода, тестируемый с зависимостями, не получившими имитированной реализации (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
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)
creation of a mock-up of an applicationсоздание эскиза приложения (ssn)
dynamic mockдинамический макетный объект (Any methods or properties which are called by your tests for which you have not provided an implementation will return the default value for the data type of the return value. In other words, you'll get back a 0 for number types, false for booleans and a null for any object types. Alex_Odeychuk)
get the mock instance for the actual dependenciesполучить экземпляры зависимостей с имитированной реализацией (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
initialization of mocksинициализация имитирующих объектов (Alex_Odeychuk)
mock implementationтестовая реализация (Alex_Odeychuk)
mock the dependenciesпредоставить зависимостям имитированную реализацию (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
mocked instance of the dependent objectимитирующий экземпляр объекта-зависимости (Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
mocked methodметод имитируемого объекта (Alex_Odeychuk)
mocked methodимитируемый метод (Alex_Odeychuk)
mocked serviceимитируемая зависимость (dev.to Alex_Odeychuk)
mocking dependenciesпредоставление зависимостям имитированной реализации (Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
mocking dependenciesсоздание имитирующих зависимостей (Alex_Odeychuk)
mocking frameworkплатформа предоставления имитированной реализации зависимостям (Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
mocking frameworkплатформа создания имитирующих объектов (e.g., NSubstitute, Rhino.Mocks, Moq Alex_Odeychuk)
mocking logicструктура алгоритма заглушки (англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2; контекстуальный перевод на русс. язык Alex_Odeychuk)
mocking logicкод заглушки (англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2; контекстуальный перевод на русс. язык Alex_Odeychuk)
mocking techniquesметоды предоставления зависимостям имитированной реализации (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
mocking the dependenciesпредоставление зависимостям имитированной реализации (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
mocking the dependencies of a classпредоставление зависимостям класса имитированной реализации (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
partial mockчастичный макетный объект (A partial mock will use the underlying object's implementation if you don't provide an alternate implementation. So if you're only wanting to replace some of the functionality or properties, and keep the rest, you'll want to use this. Alex_Odeychuk)
property on a mocked objectсвойство имитируемого объекта (Alex_Odeychuk)
Prototyping — The creation of a mock-up of an applicationПрототипирование – создание эскиза приложения (см. "Quality Software Project Management" by Robert T. Futrell, Donald F. Shafer, Linda I. Safer 2002 ssn)
Prototyping — The creation of a mock-up of an applicationПрототипирование – создание эскиза приложения (см. "Quality Software Project Management" by Robert T. Futrell, Donald F. Shafer, Linda I. Safer 2002 ssn)
return value of the mocked methodвозвращаемое значение имитируемого метода (Alex_Odeychuk)
revert a mock object to its recording stateвернуть имитирующий объект в состояние записи (Alex_Odeychuk)
set up the mock behaviorнастроить поведение имитирующего объекта (Alex_Odeychuk)
set up the mock behaviorнастроить имитируемое поведение (Alex_Odeychuk)
spies, mocks, stubs, fakesобъекты-соглядатаи, имитирующие объекты, объекты-заглушки, фиктивные объекты (Alex_Odeychuk)
strict mockстрогий макетный объект (A strict mock requires you to provide alternate implementations for each method or property that is used on the mock. If any methods or properties are used which you have not provided implementations for, an exception will be thrown. Alex_Odeychuk)
switch a mock object to replay modeпереключить имитирующий объект в режим воспроизведения (Alex_Odeychuk)
the behavior of mock objectsповедение объектов с имитированной реализацией (Alex_Odeychuk)
user interface mock-upпрототип пользовательского интерфейса (ssn)
verification of mock method callsпроверка вызова методов имитирующего объекта (Alex_Odeychuk)
verify interactions with mocked objectsпроверить взаимодействие с имитирующими объектами (Alex_Odeychuk)