2 writes to _testOutputHelper
Microsoft.AspNetCore.InternalTesting (2)
xunit\AspNetTestRunner.cs (2)
37_testOutputHelper = obj as TestOutputHelper; 48_testOutputHelper = new TestOutputHelper();
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);