Home
last modified time | relevance | path

Searched refs:unexpectedMethods (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFramesTest.java281 String unexpectedMethods = null; in testFrames002() local
296unexpectedMethods = 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() local
393unexpectedMethods = null == unexpectedMethods ? methodName : unexpectedMethods + "," + methodName; in testFrames001()
409 if (null != unexpectedMethods) { in testFrames001()
411 fail("unexpected method(s): " + unexpectedMethods); in testFrames001()