1 instantiation of TestEndpoints
Aspire.Playground.Tests (1)
AppHostTests.cs (1)
171
new
TestEndpoints
(typeof(Projects.Keycloak_AppHost),
6 references to TestEndpoints
Aspire.Playground.Tests (6)
AppHostTests.cs (6)
34
public async Task TestEndpointsReturnOk(
TestEndpoints
testEndpoints)
131
public static IList<
TestEndpoints
> GetAllTestEndpoints()
133
IList<
TestEndpoints
> candidates =
258
public static TheoryData<
TestEndpoints
> TestEndpoints()
260
TheoryData<
TestEndpoints
> theoryData = new();
261
foreach (
var
candidateTestEndpoint in GetAllTestEndpoints())