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