Method Summary |
|
protected String | getDebuggeeClassName() |
public static void | main(String[] args) |
void | stepFunction(byte StepSize, byte StepDepth) Runs SingleStepDebuggee and sets breakpoint to its
breakpointTest method, sends a request for single step event, then
verifies that requested SINGLE_STEP event with StepSize and StepDepth
steps occurs. |
public void | testSingleStep1() This test case exercises SINGLE_STEP event.
Runs stepFunction() function four times to checks
SINGLE_STEP event with LINE and OVER steps. |
public void | testSingleStep2() This test case exercises SINGLE_STEP event.
Runs stepFunction() function four times to checks
SINGLE_STEP event with LINE and INTO steps. |
public void | testSingleStep3() This test case exercises SINGLE_STEP event.
Runs stepFunction() function four times to checks
SINGLE_STEP event with MIN and OVER steps. |
public void | testSingleStep4() This test case exercises SINGLE_STEP event.
Runs stepFunction() function four times to checks
SINGLE_STEP event with MIN and INTO steps. |