< prev index next >

application/uitests/org.openjdk.jmc.console.uitest/src/test/java/org/openjdk/jmc/console/uitest/mbeanhelpers/TestRunner.java

Print this page

        

*** 56,66 **** } public void stopRunning() { loopRun(false); runLast(); ! System.out.println("Stopping " + this.getClass().getName()); //$NON-NLS-1$ } public void setArgs(String[] args) { this.args = args; } --- 56,66 ---- } public void stopRunning() { loopRun(false); runLast(); ! System.out.println("Stopping " + this.getClass().getName()); } public void setArgs(String[] args) { this.args = args; }
*** 78,88 **** return initied; } @Override public void run() { ! System.out.println("Starting " + this.getClass().getName()); //$NON-NLS-1$ runFirst(); while (loopRun) { runLoop(); try { Thread.sleep(500); --- 78,88 ---- return initied; } @Override public void run() { ! System.out.println("Starting " + this.getClass().getName()); runFirst(); while (loopRun) { runLoop(); try { Thread.sleep(500);
< prev index next >