Home | History | Annotate | Download | only in gunit

Lines Matching refs:expecting

47 testTreeRuleMethod(methodName,testTreeRuleName,testRuleName,test,tokenType,expecting) ::= <<
52 Object expecting = <expecting>;
54 assertEquals("testing rule "+<testTreeRuleName>, expecting, actual);
58 testTreeRuleMethod2(methodName,testTreeRuleName,testRuleName,test,returnType,expecting) ::= <<
63 assertTrue("testing rule "+<testTreeRuleName>, <expecting>);
67 testRuleMethod(isLexicalRule,methodName,testRuleName,test,tokenType,expecting) ::= <<
72 Object expecting = <expecting>;
74 assertEquals("testing rule "+<testRuleName>, expecting, actual);
78 testRuleMethod2(methodName,testRuleName,test,returnType,expecting) ::= <<
83 assertTrue("testing rule "+<testRuleName>, <expecting>);