3 references to WORKAROUND_SkippedDataRowTestCase
Microsoft.AspNetCore.InternalTesting (3)
xunit\ConditionalTheoryDiscoverer.cs (2)
77new WORKAROUND_SkippedDataRowTestCase(DiagnosticMessageSink, discoveryOptions.MethodDisplayOrDefault(), discoveryOptions.MethodDisplayOptionsOrDefault(), testMethod, skipReason, dataRow), 84return new WORKAROUND_SkippedDataRowTestCase(DiagnosticMessageSink, discoveryOptions.MethodDisplayOrDefault(), discoveryOptions.MethodDisplayOptionsOrDefault(), testMethod, skipReason, dataRow);
xunit\WORKAROUND_SkippedDataRowTestCase.cs (1)
38: this(diagnosticMessageSink, defaultMethodDisplay, TestMethodDisplayOptions.None, testMethod, skipReason, testMethodArguments) { }