/**
   * Run the void execute() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 5/12/13 6:41 PM
   */
  @Test
  public void testExecute_3() throws Exception {
    CompoundStatement fixture = new CompoundStatement(new ArrayList(), new ArrayList());

    fixture.execute();

    // add additional test code here
  }