14 instantiations of TestEndpoints
Aspire.Playground.Tests (14)
AppHostTests.cs (14)
145new TestEndpoints(typeof(Projects.Redis_AppHost), 153new TestEndpoints(typeof(Projects.AzureStorageEndToEnd_AppHost), 158new TestEndpoints(typeof(Projects.MilvusPlayground_AppHost), 171new TestEndpoints(typeof(Projects.Keycloak_AppHost), 173new TestEndpoints(typeof(Projects.Mongo_AppHost), 180new TestEndpoints(typeof(Projects.MySqlDb_AppHost), 186new TestEndpoints(typeof(Projects.Nats_AppHost), 195new TestEndpoints(typeof(Projects.ParameterEndToEnd_AppHost), 200new TestEndpoints(typeof(Projects.PostgresEndToEnd_AppHost), 214new TestEndpoints(typeof(Projects.ProxylessEndToEnd_AppHost), 221new TestEndpoints(typeof(Projects.Qdrant_AppHost), 227new TestEndpoints(typeof(Projects.Seq_AppHost), 234new TestEndpoints(typeof(Projects.SqlServerEndToEnd_AppHost), 240new TestEndpoints(typeof(Projects.TestShop_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())