65666768697071
} @Test(expected = MultipleStartEventException.class) public void testAddMultipleStartEvent() throws Exception { modelA.add(new StartEvent()); }
10111213141516
public class StartEventTest { @Test(expected = AssociationNotPermittedException.class) public void testStartEventHasNoPredecessors() throws Exception { new Association(new ORConnector(), new StartEvent()); }