7 references to TestTimestamp
Aspire.Hosting.Tests (7)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (7)
241
Assert.Equal($"{
TestTimestamp
} Hello from myresource", log.Content);
309
Assert.Equal($"{
TestTimestamp
} Log from resource1", log1.Content);
312
Assert.Equal($"{
TestTimestamp
} Log from resource2", log2.Content);
358
Assert.Equal($"{
TestTimestamp
} Log from replica 1", replica1.Content);
361
Assert.Equal($"{
TestTimestamp
} Log from replica 2", replica2.Content);
408
Assert.Equal($"{
TestTimestamp
} First log", logs[0].Content);
411
Assert.Equal($"{
TestTimestamp
} Second log", logs[1].Content);