219220221222223224225226227228229
} catch (Exception e) { exceptionCaught = true; } AssertJUnit.assertTrue(exceptionCaught); stage.postProcess(); } // public void testEmptyCluster() // {
196197198199200201202203204205206
stage.process(event); } catch (Exception e) { exceptionCaught = true; } AssertJUnit.assertTrue(exceptionCaught); stage.postProcess(); } // public void testEmptyCluster() // { // ClusterEvent event = new ClusterEvent("sampleEvent");