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