8 references to TestCaseFilterFormatException
Microsoft.TestPlatform.Filter.Source (8)
FilterExpression.cs (8)
106
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, MissingOperand));
118
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, MissingOperand));
128
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, MissingCloseParenthesis));
133
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, string.Empty));
194
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, EmptyParenthesis));
260
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, MissingOpenParenthesis));
269
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, MissingOpenParenthesis));
295
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, MissingOperator));