6 references to TextAssemblyFixtureWithDispose
Microsoft.AspNetCore.InternalTesting.Tests (6)
AspNetTestAssemblyRunnerTest.cs (6)
48
var runner = TestableAspNetTestAssemblyRunner.Create(typeof(
TextAssemblyFixtureWithDispose
));
59
var
fixture = Assert.IsType<
TextAssemblyFixtureWithDispose
>(fixtureObject);
68
typeof(
TextAssemblyFixtureWithDispose
),
80
var
fixture = Assert.IsType<
TextAssemblyFixtureWithDispose
>(fixtureObject);