Изменения документа MSTest
Редактировал(а) Alexandr Fokin 2023/08/08 15:23
<
>
отредактировано Alexandr Fokin
на 2023/01/08 19:38
на 2023/01/08 19:38
отредактировано Alexandr Fokin
на 2023/01/08 19:50
на 2023/01/08 19:50
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,1 +1,22 @@ 1 -Из коробки интегрируется с [[MSTest>>doc:]]. 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 +