3536373839404142434445
sp.spawn(); sp.waitDone(); assertEquals(0, sp.exitValue()); assertTrue(sp.getOutput().size() > 0); } public void testDestroy()