1 write to _variableName
Microsoft.AspNetCore.InternalTesting (1)
xunit\EnvironmentVariableSkipConditionAttribute.cs (1)
41
_variableName
= variableName;
2 references to _variableName
Microsoft.AspNetCore.InternalTesting (2)
xunit\EnvironmentVariableSkipConditionAttribute.cs (2)
55
_currentValue = _environmentVariable.Get(
_variableName
);
74
return $"Test skipped on environment variable with name '{
_variableName
}' and value '{value}' " +