Исходный код вики MSTest
Редактировал(а) Alexandr Fokin 2023/08/08 15:23
Скрыть последних авторов
author | version | line-number | content |
---|---|---|---|
![]() |
1.7 | 1 | |(% style="width:166px" %) |(% style="width:1319px" %)Из коробки интегрируется с [[VisualStudio>>doc:Разработка.NET.VisualStudio.WebHome||style="outline-width: 0px !important; user-select: auto !important;"]]. |
2 | |(% style="width:166px" %)((( | ||
3 | |||
4 | )))|(% style="width:1319px" %)((( | ||
![]() |
1.5 | 5 | Использование платформы MSTest в модульных тестах |
6 | [[https:~~/~~/learn.microsoft.com/ru-ru/visualstudio/test/using-microsoft-visualstudio-testtools-unittesting-members-in-unit-tests?view=vs-2022>>https://learn.microsoft.com/ru-ru/visualstudio/test/using-microsoft-visualstudio-testtools-unittesting-members-in-unit-tests?view=vs-2022]] | ||
7 | |||
![]() |
1.6 | 8 | Unit testing C# with MSTest and .NET |
9 | [[https:~~/~~/learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-mstest>>https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-mstest]] | ||
![]() |
1.7 | 10 | ))) |
11 | |(% style="width:166px" %)Атрибуты - события|(% style="width:1319px" %){{code language="none"}}AssemblyInitialize | ||
![]() |
1.4 | 12 | TestClass1: ClassInitialize |
13 | TestClass1: TestInitialize | ||
14 | TestClass1: MyTestCase1 | ||
15 | TestClass1: TestCleanup | ||
16 | TestClass2: ClassInitialize | ||
17 | TestClass2: TestInitialize | ||
18 | TestClass2: MyTestCase2 | ||
19 | TestClass2: TestCleanup | ||
20 | TestClass1: ClassCleanup | ||
21 | TestClass2: ClassCleanup | ||
22 | AssemblyCleanup{{/code}} | ||
![]() |
1.7 | 23 | |(% style="width:166px" %) |(% style="width:1319px" %)ClassCleanup May Run Later Than You Think |
![]() |
1.4 | 24 | [[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]] |
![]() |
1.9 | 25 | |(% style="width:166px" %)О параллелизме процессов (на уровне тестовых сборок), и потоков.|(% style="width:1319px" %)((( |
![]() |
1.7 | 26 | Synchronize multiple unit test assemblies |
27 | [[https:~~/~~/stackoverflow.com/questions/56824648/synchronize-multiple-unit-test-assemblies>>https://stackoverflow.com/questions/56824648/synchronize-multiple-unit-test-assemblies]] | ||
![]() |
1.8 | 28 | |
29 | MSTest V2: in-assembly parallel test execution | ||
30 | [[https:~~/~~/devblogs.microsoft.com/devops/mstest-v2-in-assembly-parallel-test-execution/>>https://devblogs.microsoft.com/devops/mstest-v2-in-assembly-parallel-test-execution/]] | ||
![]() |
1.7 | 31 | ))) |