daniel-chambers / xunit.ioc

Extension to XUnit that allows you to resolve test classes out of a dependency injection container
MIT License
25 stars 9 forks source link

Xunit.Ioc attributes remove testRunner icon #10

Open afrew opened 6 years ago

afrew commented 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.

image

Removing the attributes restores the symbol:

image

daniel-chambers commented 6 years ago

Happy to accept bugfix PRs if you discover the cause of this. :)