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