59606162636465
} @Test(expected = MultipleEndEventException.class) public void testAddMultipleEndEvent() throws Exception { modelA.add(new EndEvent()); }
10111213141516
public class EndEventTest { @Test(expected = AssociationNotPermittedException.class) public void testEndEventHasNoSuccessors() throws Exception { new Association(new EndEvent(), new ORConnector()); }