JUnit
This class extends JUnit interface TestCase and implements setUp() and tearDown() being common for all JDWP tests.
TestCase
setUp()
tearDown()
It also introduces internalSetUp() and internalTearDown() that can be implemented to supply safe start up and shut down of debuggee.
internalSetUp()
internalTearDown()