I added a Category attribute like this:
Imports NUnit.Framework
<TestFixture()>
<Category("NightlyBatchTestRun")>
Public Class Test_Planet
<Test()>
Public Sub Add()
End Sub
End Class
I type "NightlyBatchTestRun" in NCrunch Tests Search box.
I don't see the Add test in the NCrunch Tests window.
If I type in "Add" into the Search box NCrunch Tests window shows
NightlyBatchTestRun in the tree structure and the Add test.
I've looked at every possible related option and I can't seem to see
the Add test if I search by NightlyBatchTestRun.
I must be overlooking something.
Visual Studio 2017
NCrunch 3.23.0.10
Thanks, Ed
Edited 29 Apr 2019 18:57 UTC