Searched defs:expectedArg (Results 1 – 8 of 8) sorted by relevance
247 Object expectedArg = "'begin'"; in testParserStringLiterals() local261 Object expectedArg = "'('"; in testParserCharLiterals() local275 Object expectedArg = "'x'"; in testEmptyNotChar() local289 Object expectedArg = "A"; in testEmptyNotToken() local303 Object expectedArg = null; in testEmptyNotSet() local320 Object expectedArg = "'begin'"; in testStringLiteralInParserTokensSection() local337 Object expectedArg = "'('"; in testCharLiteralInParserTokensSection() local353 Object expectedArg = "'('"; in testCharLiteralInLexerTokensSection() local368 Object expectedArg = "a"; in testRuleRedefinition() local383 Object expectedArg = "ID"; in testLexerRuleRedefinition() local[all …]
439 Object expectedArg = "x"; in testInvalidArguments() local606 Object expectedArg = "x"; in testInvalidReturnValues() local754 Object expectedArg = "a"; in testInvalidRuleLabelAccessesParameter() local783 Object expectedArg = "a"; in testInvalidRuleLabelAccessesScopeAttribute() local811 Object expectedArg = "a"; in testInvalidRuleAttribute() local839 Object expectedArg = "r"; in testMissingRuleAttribute() local866 Object expectedArg = "a"; in testMissingUnlabeledRuleAttribute() local890 Object expectedArg = "x"; in testNonDynamicAttributeOutsideRule() local915 Object expectedArg = "x"; in testNonDynamicAttributeOutsideRule2() local971 Object expectedArg = "Symbols"; in testUnknownGlobalScope() local[all …]
72 Object expectedArg = "other"; in testMessageStringificationIsConsistent() local
1177 Object expectedArg = "ugh"; in testUnknownRule() local1206 Object expectedArg = "b"; in testKnownRuleButNotInLHS() local1234 Object expectedArg = "ICK"; in testUnknownToken() local1262 Object expectedArg = "foo"; in testUnknownLabel() local1290 Object expectedArg = "'a'"; in testUnknownCharLiteralToken() local1318 Object expectedArg = "'foo'"; in testUnknownStringLiteralToken() local
313 Object expectedArg = "%x"; in testCannotHaveSpaceBeforeDot() local341 Object expectedArg = "%x."; in testCannotHaveSpaceAfterDot() local
301 Object expectedArg = "X='a'"; in testSameStringTwoNames() local354 Object expectedArg = "A='x'"; in testSameNameTwoStrings() local392 Object expectedArg = "S"; in testImportedTokenVocabIgnoredWithWarning() local
252 Object expectedArg = null; in testNoWildcardAsRootError() local
129 public static void assertProblems(ParseResult<?> result, String... expectedArg) { in assertProblems()130 assertProblems(result.getProblems(), expectedArg); in assertProblems() local133 public static void assertProblems(List<Problem> result, String... expectedArg) { in assertProblems()