Open afrew opened 6 years ago
Marking an xunit test class with
[RunWith(typeof(IocTestClassCommand))] [DependencyResolverBootstrapper(typeof(NinjectTestsBootstrapper))]
removes the testRunner icon from next to the [Fact] method.
Removing the attributes restores the symbol:
Happy to accept bugfix PRs if you discover the cause of this. :)
Marking an xunit test class with
removes the testRunner icon from next to the [Fact] method.
Removing the attributes restores the symbol: