Comment 9 for bug 1065462

Revision history for this message
Mark Heath (mark-heath) wrote :

Sounds like a reasonable solution to me. Personally I think that the VS Test Explorer should have special support for parameterised tests, and only populate the nodes for individual test cases when the user expands the node or runs the test (I think the NUnit GUI already does this). Sometimes we use TestCaseSource to probe various network locations for data files, and I only want the testcasesource function running if I actually choose to run that test.

Thanks for your work on NUnit. The VS test adapter has potential to be very useful for us once VS supports filtering by test category.