@Test
public final void testRunEventRulesExample() throws DroolsParserException, IOException, ClassNotFoundException {
EventRulesExample thisSample = new EventRulesExample();
CustomerOrder co = thisSample.runEventRulesExample();
assertNotNull(co);
fail("Assertions Not yet implemented"); // TODO
}