1 instantiation of TestEndpoints
Aspire.Playground.Tests (1)
AppHostTests.cs (1)
178
new
TestEndpoints
("Keycloak.AppHost",
6 references to TestEndpoints
Aspire.Playground.Tests (6)
AppHostTests.cs (6)
34
public async Task TestEndpointsReturnOk(
TestEndpoints
testEndpoints)
138
public static IList<
TestEndpoints
> GetAllTestEndpoints()
140
IList<
TestEndpoints
> candidates =
288
public static TheoryData<
TestEndpoints
> TestEndpoints()
290
TheoryData<
TestEndpoints
> theoryData = new();
291
foreach (
var
candidateTestEndpoint in GetAllTestEndpoints())