Skip to content

Commit acaa34e

Browse files
authored
Update live-unit-testing-faq.md
Addressed Manish review comments related to traits
1 parent 3def98e commit acaa34e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ translation.priority.ht:
4242
- Couple more configurable options have been added to Tools/Options/Live Unit Testing/General. You can cap the memory used for Live Unit Testing. You can also specify the file path for persisted Live Unit Testing data directory for your open solution.
4343

4444
- Couple more menu items have been added under menu bar of Test/Live Unit Testing. One called 'Reset Clean' to delete the persisted data and generate it again .The other called 'Options', to jump to Tools/Options/Live Unit Testing/General.
45+
46+
- We added mechanism to recognize the the following attributes, if you want to specify in source code to exclude targetted test methods from Live Unit Testing.
47+
- For xUnit: [Trait("Category", "SkipWhenLiveUnitTesting")]
48+
- For NUnit: [Category("SkipWhenLiveUnitTesting")]
49+
- For MSTest: [TestCategory("SkipWhenLiveUnitTesting")]
4550

4651
## Does Live Unit Testing work with .NET Core?
4752

0 commit comments

Comments
 (0)