2 writes to RunOnMatch
Microsoft.AspNetCore.InternalTesting.Tests (2)
EnvironmentVariableSkipConditionTest.cs (2)
122RunOnMatch = false 142RunOnMatch = false
6 references to RunOnMatch
Microsoft.AspNetCore.InternalTesting (3)
xunit\EnvironmentVariableSkipConditionAttribute.cs (3)
58if (RunOnMatch) 75$"for the '{nameof(RunOnMatch)}' value of '{RunOnMatch}'.";
Microsoft.AspNetCore.InternalTesting.Tests (3)
EnvironmentVariableSkipConditionTest.cs (3)
12$" for the '{nameof(EnvironmentVariableSkipConditionAttribute.RunOnMatch)}' value of '{{2}}'."; 51string.Format(CultureInfo.InvariantCulture, _skipReason, "Run", environmentVariableValue, attribute.RunOnMatch), 70string.Format(CultureInfo.InvariantCulture, _skipReason, "Run", "(null)", attribute.RunOnMatch),