org.apache.harmony.jpda.tests.framework |
|
Java Source File Name | Type | Comment |
Breakpoint.java | Class | This class provides info about breakpoint. |
DebuggeeRegister.java | Class | This class defines an interface to keep an information about all started
debuggees.
As a rule JPDA tests consist of two parts: the test that represents a
part of the debugger-side application and the debuggee part. |
DebuggeeSynchronizer.java | Interface | This interface is aimed to provide another way to synchronize execution of
debugger and debuggee beyond the scope of JDWP channel.
Synchronization is performed by sending text messages. |
DebuggeeWrapper.java | Class | This class represents debuggee VM on debugger side. |
LogWriter.java | Class | This class defines minimal set of methods logging test execution. |
StreamRedirector.java | Class | This class provides redirection of debuggee output and error streams to logWriter. |
TestErrorException.java | Class | Unchecked exception to be thrown in JPDA tests and framework if any error occurs. |
TestOptions.java | Class | This class provides access to options for running JPDA tests.
The settings are presented as a set of getters and setters for test options,
which can be implemented in different ways. |