8 references to TestCaseFilterFormatException
Microsoft.TestPlatform.Filter.Source (8)
FilterExpression.cs (8)
105
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, MissingOperand));
117
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, MissingOperand));
127
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, MissingCloseParenthesis));
132
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, string.Empty));
225
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, EmptyParenthesis));
291
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, MissingOpenParenthesis));
300
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, MissingOpenParenthesis));
326
throw new FormatException(string.Format(CultureInfo.CurrentCulture,
TestCaseFilterFormatException
, MissingOperator));