2 writes to _skippedReason
Infrastructure.Common (2)
xunit\WcfTestCase.cs (2)
41_skippedReason = skippedReason; 117_skippedReason = data.GetValue<string>("_skippedReason");
3 references to _skippedReason
Infrastructure.Common (3)
xunit\WcfTestCase.cs (3)
65runsummary = await (_isTheory ? new XunitTheoryTestCaseRunner(this, DisplayName, _skippedReason, constructorArguments, _diagnosticMessageSink, messageBus, aggregator, cancellationTokenSource).RunAsync() 66: new XunitTestCaseRunner(this, DisplayName, _skippedReason, constructorArguments, TestMethodArguments, messageBus, aggregator, cancellationTokenSource).RunAsync()); 110data.AddValue("_skippedReason", _skippedReason);