5 references to GetAndClearMessages
Microsoft.Extensions.DotNetDeltaApplier.Tests (5)
HotReloadClientTests.cs (5)
72Assert.Contains("[Debug] Writing capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType", test.AgentLogger.GetAndClearMessages()); 73Assert.Contains("[Debug] Updates applied: 1 out of 1.", test.Logger.GetAndClearMessages()); 106var clientMessages = test.Logger.GetAndClearMessages(); 107var agentMessages = test.AgentLogger.GetAndClearMessages(); 141var agentMessages = test.AgentLogger.GetAndClearMessages();