/**
  * Sets up the test environment. The test instance is created.
  *
  * @throws Exception to junit
  */
 protected void setUp() throws Exception {
   super.setDiagramType(DiagramType.ACTIVITY);
   super.setType(SendSignalAction.class);
   super.setUp();
 }