}
@Test public void test_Event_setDelay() throws ParseException
{
ASTNode math1 = ASTNode.parseFormula("0");
Delay delay = new Delay(2,4);
delay.setMath(math1);
E.setDelay(delay);
assertTrue(E.getDelay() != null);
assertEquals( true, E.isSetDelay() );
if (E.getDelay() == delay);
{