Исходный код вики Unit test
Редактировал(а) Alexandr Fokin 2024/01/09 19:06
Последние авторы
author | version | line-number | content |
---|---|---|---|
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 | ||
4 | [[https:~~/~~/www.calabonga.net/blog/post/terminologiya-dummy-fake-stubs-spies-mocks>>https://www.calabonga.net/blog/post/terminologiya-dummy-fake-stubs-spies-mocks]] | ||
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 | ---- |