14 instantiations of TestEndpoints
Aspire.Playground.Tests (14)
AppHostTests.cs (14)
177new TestEndpoints(typeof(Projects.Redis_AppHost), 185new TestEndpoints(typeof(Projects.AzureStorageEndToEnd_AppHost), 190new TestEndpoints(typeof(Projects.MilvusPlayground_AppHost), 203new TestEndpoints(typeof(Projects.Keycloak_AppHost), 205new TestEndpoints(typeof(Projects.Mongo_AppHost), 212new TestEndpoints(typeof(Projects.MySqlDb_AppHost), 218new TestEndpoints(typeof(Projects.Nats_AppHost), 227new TestEndpoints(typeof(Projects.ParameterEndToEnd_AppHost), 232new TestEndpoints(typeof(Projects.PostgresEndToEnd_AppHost), 246new TestEndpoints(typeof(Projects.ProxylessEndToEnd_AppHost), 253new TestEndpoints(typeof(Projects.Qdrant_AppHost), 259new TestEndpoints(typeof(Projects.Seq_AppHost), 266new TestEndpoints(typeof(Projects.SqlServerEndToEnd_AppHost), 272new TestEndpoints(typeof(Projects.TestShop_AppHost),
7 references to TestEndpoints
Aspire.Playground.Tests (7)
AppHostTests.cs (7)
33public async Task TestEndpointsReturnOk(TestEndpoints testEndpoints) 41TestEndpoints.ReadyStateText[]? readyStateTexts = null; 163public static IList<TestEndpoints> GetAllTestEndpoints() 165IList<TestEndpoints> candidates = 290public static TheoryData<TestEndpoints> TestEndpoints() 292TheoryData<TestEndpoints> theoryData = new(); 293foreach (var candidateTestEndpoint in GetAllTestEndpoints())