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