2 writes to TestOutputHelper
Microsoft.AspNetCore.InternalTesting (2)
LoggedTest\LoggedTestBase.cs (2)
27
TestOutputHelper
= output;
62
TestOutputHelper
= testOutputHelper;
2 references to TestOutputHelper
Microsoft.AspNetCore.InternalTesting (2)
LoggedTest\LoggedTestBase.cs (2)
55
return AssemblyTestLog.ForAssembly(GetType().GetTypeInfo().Assembly).StartTestLog(
TestOutputHelper
, GetType().FullName, out loggerFactory, minLogLevel, testName);
75
TestOutputHelper
,