From 495b9fbd7c66915588eeff0d367bb12cab183bdf Mon Sep 17 00:00:00 2001 From: Vincezhaoc Date: Wed, 11 Sep 2024 21:37:44 +0800 Subject: [PATCH] Update: the usage instructions for parameter (#42567) * Update unit-testing-mstest-configure.md Add description for ConsiderFixturesAsSpecialTests * Update unit-testing-mstest-configure.md Fix comments * Update docs/core/testing/unit-testing-mstest-configure.md --------- Co-authored-by: David Pine --- docs/core/testing/unit-testing-mstest-configure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/core/testing/unit-testing-mstest-configure.md b/docs/core/testing/unit-testing-mstest-configure.md index 55eab3e017def..7deb4195cb48f 100644 --- a/docs/core/testing/unit-testing-mstest-configure.md +++ b/docs/core/testing/unit-testing-mstest-configure.md @@ -43,6 +43,7 @@ The following runsettings entries let you configure how MSTest behaves. |**TestTimeout**|0|Gets specified global test case timeout.| |**TreatClassAndAssemblyCleanupWarningsAsErrors**|false|To see your failures in class cleanups as errors, set this value to **true**.| |**TreatDiscoveryWarningsAsErrors**|false|To report test discovery warnings as errors, set this value to **true**.| +|**ConsiderFixturesAsSpecialTests**|false|To display `AssemblyInitialize`, `AssemblyCleanup`, `ClassInitialize`, `ClassCleanup` as individual entries in Visual Studio and Visual Studio Code `Test Explorer` and _.trx_ log, set this value to **true**| ### `TestRunParameter` element @@ -90,6 +91,7 @@ Each element of the file is optional because it has a default value. false False False + False