1 instantiation of TestEndpoints
Aspire.Playground.Tests (1)
AppHostTests.cs (1)
206new TestEndpoints("Keycloak.AppHost",
7 references to TestEndpoints
Aspire.Playground.Tests (7)
AppHostTests.cs (7)
47public async Task TestEndpointsReturnOk(TestEndpoints testEndpoints) 150foreach (var testEndpoint in GetAllTestEndpoints()) 179public static IList<TestEndpoints> GetAllTestEndpoints() 181IList<TestEndpoints> candidates = 293public static TheoryData<TestEndpoints> TestEndpoints() 295TheoryData<TestEndpoints> theoryData = new(); 296foreach (var candidateTestEndpoint in GetAllTestEndpoints())