1 implementation of ITestLogger
Microsoft.AspNetCore.Identity.Specification.Tests (1)
TestLogger.cs (1)
23public class TestLogger<TName> : ILogger<TName>, ITestLogger
2 references to ITestLogger
Microsoft.AspNetCore.Identity.Specification.Tests (2)
IdentityResultAssert.cs (2)
65var testlogger = logger as ITestLogger;