9 references to AddLogs
Aspire.Dashboard.Tests (9)
TelemetryApiServiceTests.cs (9)
50await AddLogs(repository, ["log1", "log2", "log3", "log4", "log5"]); 114await AddLogs(repository, ["log1"]); 324await AddLogs(repository, ["old-log", "mid-log", "new-log"]); 371await AddLogs(repository, ["Connection established", "Request received", "Connection closed"]); 386await AddLogs(repository, ["UPPERCASE warning detected"]); 387await AddLogs(repository, ["Normal log"]); 547await AddLogs(repository, [ 622await AddLogs(repository, ["log1", "log2", "log3"]); 870await AddLogs(repository, ["hello"]);