1 type derived from AspNetTestAssemblyRunner
Microsoft.AspNetCore.InternalTesting.Tests (1)
TestableAspNetTestAssemblyRunner.cs (1)
15public class TestableAspNetTestAssemblyRunner : AspNetTestAssemblyRunner
1 instantiation of AspNetTestAssemblyRunner
Microsoft.AspNetCore.InternalTesting (1)
xunit\AspNetTestFrameworkExecutor.cs (1)
20using (var assemblyRunner = new AspNetTestAssemblyRunner(TestAssembly, testCases, DiagnosticMessageSink, executionMessageSink, executionOptions))
1 reference to AspNetTestAssemblyRunner
Microsoft.AspNetCore.InternalTesting (1)
xunit\AspNetTestFrameworkExecutor.cs (1)
20using (var assemblyRunner = new AspNetTestAssemblyRunner(TestAssembly, testCases, DiagnosticMessageSink, executionMessageSink, executionOptions))