2 overrides of GetTestAssemblies
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureInheritanceTests.cs (1)
198protected override IEnumerable<Assembly> GetTestAssemblies()
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
870protected override IEnumerable<Assembly> GetTestAssemblies() => _getTestAssemblies();
3 references to GetTestAssemblies
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureInheritanceTests.cs (1)
201return base.GetTestAssemblies();
Microsoft.AspNetCore.Mvc.Testing (2)
WebApplicationFactory.cs (2)
156GetTestAssemblies, 456var testAssembly = GetTestAssemblies();