2 instantiations of AspNetTestRunner
Microsoft.AspNetCore.InternalTesting (2)
xunit\AspNetTestCaseRunner.cs (1)
30
return new
AspNetTestRunner
(test, messageBus, testClass, constructorArguments, testMethod, testMethodArguments, skipReason, beforeAfterAttributes, aggregator, cancellationTokenSource);
xunit\AspNetTheoryTestCaseRunner.cs (1)
30
return new
AspNetTestRunner
(test, messageBus, testClass, constructorArguments, testMethod, testMethodArguments, skipReason, beforeAfterAttributes, aggregator, cancellationTokenSource);