Изменения документа Unit test
Редактировал(а) Alexandr Fokin 2024/01/09 19:06
отредактировано Alexandr Fokin
на 2023/01/27 15:34
на 2023/01/27 15:34
отредактировано Alexandr Fokin
на 2024/01/09 19:06
на 2024/01/09 19:06
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,5 +1,33 @@ 1 -|Dummy, Fake, Stubs, Spies, Mocks|Терминология - Dummy, Fake, Stubs, Spies, Mocks 1 +|(% style="width:271px" %) |(% style="width:1223px" %)Unit test, Модульное тестирование 2 +|(% style="width:271px" %)Dummy, Fake, Stubs, Spies, Mocks|(% style="width:1223px" %)((( 3 +Терминология - Dummy, Fake, Stubs, Spies, Mocks 2 2 [[https:~~/~~/www.calabonga.net/blog/post/terminologiya-dummy-fake-stubs-spies-mocks>>https://www.calabonga.net/blog/post/terminologiya-dummy-fake-stubs-spies-mocks]] 3 -| | 4 4 5 - 6 +What's the difference between faking, mocking, and stubbing? 7 +[[https:~~/~~/stackoverflow.com/questions/346372/whats-the-difference-between-faking-mocking-and-stubbing>>https://stackoverflow.com/questions/346372/whats-the-difference-between-faking-mocking-and-stubbing]] 8 +))) 9 +|(% style="width:271px" %) |(% style="width:1223px" %) 10 + 11 +---- 12 + 13 +==== Внутренние ссылки: ==== 14 + 15 +====== Дочерние страницы: ====== 16 + 17 +{{children/}} 18 + 19 +====== Обратные ссылки: ====== 20 + 21 +{{velocity}} 22 +#set ($links = $doc.getBacklinks()) 23 +#if ($links.size() > 0) 24 + #foreach ($docname in $links) 25 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 26 + * [[$escapetool.xml($rdoc.fullName)]] 27 + #end 28 +#else 29 + No back links for this page! 30 +#end 31 +{{/velocity}} 32 + 33 +----