Skip to content

Commit bc7f9a5

Browse files
authored
Merge pull request #5871 from kendrahavens/patch-2
Test Explorer now also uses testplatformV2
2 parents 2a4d874 + 7503ee0 commit bc7f9a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/test/live-unit-testing-faq.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ There are several differences:
128128

129129
- Live Unit Testing runs tests in each test assembly sequentially. In **Test Explorer**, you can choose to run multiple tests in parallel.
130130

131-
- Discovery and execution of tests in Live Unit Testing uses version 2 of `TestPlatform`, whereas the **Test Explorer** window uses version 1. You won't notice a difference in most cases, though.
132-
133131
- **Test Explorer** runs tests in a single-threaded apartment (STA) by default, whereas Live Unit Testing runs tests in a multi-threaded apartment (MTA). To run MSTest tests in STA in Live Unit Testing, decorate the test method or the containing class with the `<STATestMethod>` or `<STATestClass>` attribute that can be found in the `MSTest.STAExtensions 1.0.3-beta` NuGet package. For NUnit, decorate the test method with the `<RequiresThread(ApartmentState.STA)>` attribute, and for xUnit, with the `<STAFact>` attribute.
134132

135133
## Exclude tests

0 commit comments

Comments
 (0)