13 references to ForAssembly
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
31var logging = AssemblyTestLog.ForAssembly(typeof(IISTestSiteFixture).Assembly);
IIS.LongTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
31var logging = AssemblyTestLog.ForAssembly(typeof(IISTestSiteFixture).Assembly);
IIS.NewHandler.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
31var logging = AssemblyTestLog.ForAssembly(typeof(IISTestSiteFixture).Assembly);
IIS.NewShim.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
31var logging = AssemblyTestLog.ForAssembly(typeof(IISTestSiteFixture).Assembly);
IIS.ShadowCopy.Tests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
31var logging = AssemblyTestLog.ForAssembly(typeof(IISTestSiteFixture).Assembly);
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
31var logging = AssemblyTestLog.ForAssembly(typeof(IISTestSiteFixture).Assembly);
Microsoft.AspNetCore.InternalTesting (2)
LoggedTest\LoggedTestBase.cs (2)
55return AssemblyTestLog.ForAssembly(GetType().GetTypeInfo().Assembly).StartTestLog(TestOutputHelper, GetType().FullName, out loggerFactory, minLogLevel, testName); 73.ForAssembly(classType.GetTypeInfo().Assembly)
Microsoft.AspNetCore.InternalTesting.Tests (3)
AssemblyTestLogTests.cs (3)
33AssemblyTestLog.ForAssembly(TestableAssembly.ThisAssembly), 34AssemblyTestLog.ForAssembly(TestableAssembly.ThisAssembly)); 51using var testAssemblyLog = AssemblyTestLog.ForAssembly(assembly);
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisServerFixture.cs (1)
32var testLog = AssemblyTestLog.ForAssembly(typeof(RedisServerFixture<TStartup>).Assembly);
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
src\Shared\SignalR\InProcessTestServer.cs (1)
80var testLog = AssemblyTestLog.ForAssembly(typeof(TStartup).Assembly);