2 writes to _testOutputHelper
Microsoft.AspNetCore.InternalTesting (2)
6 references to _testOutputHelper
Microsoft.AspNetCore.InternalTesting (6)
xunit\AspNetTestRunner.cs (6)
38if (_testOutputHelper != null)
46if (_testOutputHelper == null)
57_testOutputHelper.Initialize(MessageBus, Test);
69result = new Tuple<decimal, string>(result.Item1, _testOutputHelper.Output);
70_testOutputHelper.Uninitialize();
131var invoker = new AspNetTestInvoker(Test, MessageBus, TestClass, ConstructorArguments, TestMethod, TestMethodArguments, BeforeAfterAttributes, aggregator, CancellationTokenSource, _testOutputHelper);