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