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)
870
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)
156
GetTestAssemblies
,
456
var testAssembly =
GetTestAssemblies
();