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