Searched refs:methodToPop (Results 1 – 2 of 2) sorted by relevance
42 private String methodToPop = "nestledMethod4"; field in PopFramesTest100 logWriter.println("=> Find frameID of method = " + methodToPop + " for PopFrames command"); in testPopFramesTest001()102 long methodID = getMethodID(refTypeID, methodToPop); in testPopFramesTest001()104 logWriter.println("##FAILURE: error during getting methodID of " + methodToPop); in testPopFramesTest001()123 …logWriter.println("=> Perform PopFrames command for method = " + methodToPop + " with frameID = " … in testPopFramesTest001()145 …("=> Check that only one frame was discarded: frameID = " + frameID + ", method = " + methodToPop); in testPopFramesTest001()
45 private String methodToPop = "nestledMethod2"; field in PopFrames002Test111 logWriter.println("=> Find frameID of method = " + methodToPop + " for PopFrames command"); in testPopSeveralFrames()113 long methodID = getMethodID(refTypeID, methodToPop); in testPopSeveralFrames()115 logWriter.println("##FAILURE: error during getting methodID of " + methodToPop); in testPopSeveralFrames()137 …logWriter.println("=> Perform PopFrames command for method = " + methodToPop + " with frameID = " … in testPopSeveralFrames()331 logWriter.println("=> Find frameID of method = " + methodToPop + " for PopFrames command"); in testPopFramesWithInvokeMethods()333 long methodID = getMethodID(refTypeID, methodToPop); in testPopFramesWithInvokeMethods()401 …logWriter.println("=> Perform PopFrames command for method = " + methodToPop + " with frameID = " … in testPopFramesWithInvokeMethods()