4 references to RunOnMatch
Microsoft.TestUtilities (4)
XUnit\EnvironmentVariableConditionAttribute.cs (4)
24/// Set <see cref="RunOnMatch"/> to <c>False</c> to run the test only if the value does not match. 69return RunOnMatch ? hasMatched : !hasMatched; 83$"for the '{nameof(RunOnMatch)}' value of '{RunOnMatch}'.";