@Test public void test() throws Exception { r.start(); r.waitFor(); r.assertIsFinished(); if (Boolean.parseBoolean(System.getProperty("disl.test.verbose"))) { r.destroyIfRunningAndFlushOutputs(); } r.assertIsSuccessfull(); r.assertEvaluationOut("evaluation.out.resource"); r.assertRestOutErrNull(); }
@After public void cleanup() { r.destroy(); }