23 references to s_testTime
Aspire.Cli.Tests (23)
Commands\ExportCommandTests.cs (23)
36("redis", null, 9, "Information", "Ready to accept connections", s_testTime), 37("apiservice", null, 9, "Information", "Request received", s_testTime.AddSeconds(1))); 40("apiservice", null, "span001", "GET /api/products", s_testTime, s_testTime.AddMilliseconds(50), false)); 315("redis", null, 9, "Information", "Cache ready", s_testTime), 316("apiservice", "abc", 9, "Information", "Replica 1 started", s_testTime.AddSeconds(1)), 317("apiservice", "def", 13, "Warning", "Replica 2 slow startup", s_testTime.AddSeconds(2))); 321("apiservice", "abc", "span001", "GET /api/products", s_testTime, s_testTime.AddMilliseconds(50), false), 322("apiservice", "def", "span002", "GET /api/orders", s_testTime.AddSeconds(1), s_testTime.AddSeconds(1).AddMilliseconds(80), false)); 440("redis", null, 9, "Information", "Ready to accept connections", s_testTime)); 443("redis", null, "span001", "SET mykey", s_testTime, s_testTime.AddMilliseconds(10), false)); 498("apiservice", null, 9, "Information", "Request received", s_testTime)); 501("apiservice", null, "span001", "GET /api/products", s_testTime, s_testTime.AddMilliseconds(50), false)); 555("apiservice", "abc", 9, "Information", "Replica 1 started", s_testTime.AddSeconds(1)), 556("apiservice", "def", 13, "Warning", "Replica 2 slow startup", s_testTime.AddSeconds(2))); 559("apiservice", "abc", "span002", "GET /api/products", s_testTime, s_testTime.AddMilliseconds(50), false), 560("apiservice", "def", "span003", "GET /api/orders", s_testTime.AddSeconds(1), s_testTime.AddSeconds(1).AddMilliseconds(80), false));