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