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

    String result = fixture.toString();

    // add additional test code here
    assertNotNull(result);
  }