1 implementation of LogMessages
Microsoft.AspNetCore.Identity.Specification.Tests (1)
TestLogger.cs (1)
28public IList<string> LogMessages { get; } = new List<string>();
1 reference to LogMessages
Microsoft.AspNetCore.Identity.Specification.Tests (1)
IdentityResultAssert.cs (1)
68Assert.Contains(expectedLog, testlogger.LogMessages);