2 overrides of GetTestAssemblies
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureInheritanceTests.cs (1)
168protected override IEnumerable<Assembly> GetTestAssemblies()
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
644protected override IEnumerable<Assembly> GetTestAssemblies() => _getTestAssemblies();
3 references to GetTestAssemblies
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureInheritanceTests.cs (1)
171return base.GetTestAssemblies();
Microsoft.AspNetCore.Mvc.Testing (2)
WebApplicationFactory.cs (2)
126GetTestAssemblies, 305var testAssembly = GetTestAssemblies();