Searched defs:expect (Results 1 – 3 of 3) sorted by relevance
85 int expect = i * j; in testBasic() local91 assertEquals(p.getValue(i, j), expect); in testBasic() local101 int expect = i * j; in testBasic() local110 assertEquals(p.getValue(i, j), expect); in testBasic() local
233 private static void methodTest(Class clazz, String expect) in methodTest()
76 static jboolean doBooleanCommand(const char *cmd, const char *expect) in doBooleanCommand()