Home
last modified time | relevance | path

Searched refs:vmIsRunning (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/
H A DVirtualMachineExitTest.java72 assertTrue("2", !vmIsRunning()); in testJDIExit()
H A DAbstractJDITest.java647 protected boolean vmIsRunning() { in vmIsRunning() method in AbstractJDITest
907 if (!vmIsRunning()) { in connectToVM()