Исходный код вики MSTest
Версия 1.4 от Alexandr Fokin на 2023/01/08 19:50
Последние авторы
| author | version | line-number | content |
|---|---|---|---|
| 1 | Из коробки интегрируется с [[VisualStudio>>doc:Разработка.NET.VisualStudio.WebHome||style="outline-width: 0px !important; user-select: auto !important;"]]. | ||
| 2 | |||
| 3 | ---- | ||
| 4 | |||
| 5 | (% style="width:940px" %) | ||
| 6 | |(% style="width:937px" %)Атрибуты - события | ||
| 7 | |(% style="width:937px" %){{code language="none"}}AssemblyInitialize | ||
| 8 | TestClass1: ClassInitialize | ||
| 9 | TestClass1: TestInitialize | ||
| 10 | TestClass1: MyTestCase1 | ||
| 11 | TestClass1: TestCleanup | ||
| 12 | TestClass2: ClassInitialize | ||
| 13 | TestClass2: TestInitialize | ||
| 14 | TestClass2: MyTestCase2 | ||
| 15 | TestClass2: TestCleanup | ||
| 16 | TestClass1: ClassCleanup | ||
| 17 | TestClass2: ClassCleanup | ||
| 18 | AssemblyCleanup{{/code}} | ||
| 19 | |(% style="width:937px" %)ClassCleanup May Run Later Than You Think | ||
| 20 | [[https:~~/~~/learn.microsoft.com/ru-ru/archive/blogs/ploeh/classcleanup-may-run-later-than-you-think>>https://learn.microsoft.com/ru-ru/archive/blogs/ploeh/classcleanup-may-run-later-than-you-think]] | ||
| 21 | |||
| 22 |