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