2 writes to _skippedReason
Infrastructure.Common (2)
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);