Searched refs:unexpectedMethods (Results 1 – 1 of 1) sorted by relevance
281 String unexpectedMethods = null; in testFrames002() local296 … unexpectedMethods = null == unexpectedMethods ? methodName : unexpectedMethods + "," + methodName; in testFrames002()308 if (null != unexpectedMethods) { in testFrames002()310 fail("unexpected method(s): " + unexpectedMethods); in testFrames002()378 String unexpectedMethods = null; in testFrames001() local393 … unexpectedMethods = null == unexpectedMethods ? methodName : unexpectedMethods + "," + methodName; in testFrames001()409 if (null != unexpectedMethods) { in testFrames001()411 fail("unexpected method(s): " + unexpectedMethods); in testFrames001()