xunit.ioc icon indicating copy to clipboard operation
xunit.ioc copied to clipboard

Xunit.Ioc attributes remove testRunner icon

Open afrew opened this issue 6 years ago • 1 comments

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

afrew avatar Jul 19 '18 14:07 afrew

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

daniel-chambers avatar Aug 09 '18 12:08 daniel-chambers