1 instantiation of TestAssemblyFixtureWithAll
Microsoft.AspNetCore.InternalTesting.Tests (1)
AspNetTestAssemblyRunnerTest.cs (1)
146return new TestAssemblyFixtureWithAll(forAssemblyCalled: true);
4 references to TestAssemblyFixtureWithAll
Microsoft.AspNetCore.InternalTesting.Tests (4)
AspNetTestAssemblyRunnerTest.cs (4)
19var runner = TestableAspNetTestAssemblyRunner.Create(typeof(TestAssemblyFixtureWithAll)); 25var fixture = Assert.IsType<TestAssemblyFixtureWithAll>(fixtureObject); 144public static TestAssemblyFixtureWithAll ForAssembly(Assembly assembly)