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