Searched defs:expectedLine (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DPopAndStepTest.java73 int getDebuggeeLineNum(int expectedLine) throws Exception { argument
82 if (expectedLine != theLine) {
83 failure("FAIL: Should be at " + expectedLine + ", are at " +
86 println("Should be at, and am at: " + expectedLine);

Completed in 22 milliseconds