3 references to WORKAROUND_SkippedDataRowTestCase
Microsoft.AspNetCore.InternalTesting (3)
xunit\ConditionalTheoryDiscoverer.cs (2)
77
new
WORKAROUND_SkippedDataRowTestCase
(DiagnosticMessageSink, discoveryOptions.MethodDisplayOrDefault(), discoveryOptions.MethodDisplayOptionsOrDefault(), testMethod, skipReason, dataRow),
84
return 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) { }