DictionaryForumContacts

   Russian
Terms for subject Programming containing макетная | all forms
RussianEnglish
динамический макетный объект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)
макетный объектmock object (Alex_Odeychuk)
макетный объектmock (Alex_Odeychuk)
макетный объектlayout object (rdtex.ru owant)
поведение макетного объектаmock behavior (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)
частичный макетный объект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)