Add support for custom MSTest V2 "custom" TestClass and TestMethod Attributes
MSTest suports overriding certain behavior in the TestClass and TestMethod attributes using inheritance.
This blogpost describes the pattern well: https://www.meziantou.net/mstest-v2-customize-test-execution.htm
Ncrunch currently does not discover tests with custom attributes as tests, so this customization is not available using NCrunch
3
votes

-
Anonymous commented
+1
I desperately need this now:D