/**
   * Run the PostBox getPostBox() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testGetPostBox_fixture4_1() throws Exception {
    PostalRouteType fixture = getFixture4();

    PostBox result = fixture.getPostBox();

    // add additional test code here
    assertNotNull(result);
    assertEquals(null, result.getType());
    assertEquals(null, result.getPostBoxNumberPrefix());
    assertEquals(null, result.getPostBoxNumberSuffix());
    assertEquals(null, result.getPostBoxNumberExtension());
    assertEquals(null, result.getPostBoxNumber());
    assertEquals(null, result.getPostalCode());
    assertEquals(null, result.getIndicator());
    assertEquals(null, result.getFirm());
  }
 /**
  * Return an instance of the class being tested.
  *
  * @return an instance of the class being tested
  * @see PostalRouteType
  * @generatedBy CodePro at 6/7/15 3:07 PM
  */
 public PostalRouteType getFixture3() throws Exception {
   if (fixture3 == null) {
     fixture3 = new PostalRouteType();
     fixture3.setPostBox(new PostBox());
     fixture3.setPostalRouteNumber(new PostalRouteType.PostalRouteNumber());
     fixture3.setType("0123456789");
   }
   return fixture3;
 }
  /**
   * Run the void setType(String) method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testSetType_fixture1_2() throws Exception {
    PostalRouteType fixture = getFixture1();
    String value = "0123456789";

    fixture.setType(value);

    // add additional test code here
  }
  /**
   * Run the void setPostalRouteNumber(PostalRouteNumber) method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testSetPostalRouteNumber_fixture4_1() throws Exception {
    PostalRouteType fixture = getFixture4();
    PostalRouteType.PostalRouteNumber value = new PostalRouteType.PostalRouteNumber();

    fixture.setPostalRouteNumber(value);

    // add additional test code here
  }
 /**
  * Return an instance of the class being tested.
  *
  * @return an instance of the class being tested
  * @see PostalRouteType
  * @generatedBy CodePro at 6/7/15 3:07 PM
  */
 public PostalRouteType getFixture2() throws Exception {
   if (fixture2 == null) {
     fixture2 = new PostalRouteType();
     fixture2.setPostBox(new PostBox());
     fixture2.setPostalRouteNumber(new PostalRouteType.PostalRouteNumber());
     fixture2.setType("");
   }
   return fixture2;
 }
  /**
   * Run the void setPostBox(PostBox) method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testSetPostBox_fixture3_1() throws Exception {
    PostalRouteType fixture = getFixture3();
    PostBox value = new PostBox();

    fixture.setPostBox(value);

    // add additional test code here
  }
  /**
   * Run the String getType() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testGetType_fixture4_1() throws Exception {
    PostalRouteType fixture = getFixture4();

    String result = fixture.getType();

    // add additional test code here
    assertEquals("An��t-1.0.txt", result);
  }
  /**
   * Run the String getType() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testGetType_fixture3_1() throws Exception {
    PostalRouteType fixture = getFixture3();

    String result = fixture.getType();

    // add additional test code here
    assertEquals("0123456789", result);
  }
  /**
   * Run the PostalRouteType.PostalRouteNumber getPostalRouteNumber() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testGetPostalRouteNumber_fixture1_1() throws Exception {
    PostalRouteType fixture = getFixture1();

    PostalRouteType.PostalRouteNumber result = fixture.getPostalRouteNumber();

    // add additional test code here
    assertEquals(null, result);
  }
 /**
  * Return an instance of the class being tested.
  *
  * @return an instance of the class being tested
  * @see PostalRouteType
  * @generatedBy CodePro at 6/7/15 3:07 PM
  */
 public PostalRouteType getFixture4() throws Exception {
   if (fixture4 == null) {
     fixture4 = new PostalRouteType();
     fixture4.setPostBox(new PostBox());
     fixture4.setPostalRouteNumber(new PostalRouteType.PostalRouteNumber());
     fixture4.setType("An��t-1.0.txt");
   }
   return fixture4;
 }
  /**
   * Run the List<PostalRouteType.PostalRouteName> getPostalRouteName() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testGetPostalRouteName_fixture4_1() throws Exception {
    PostalRouteType fixture = getFixture4();

    List<PostalRouteType.PostalRouteName> result = fixture.getPostalRouteName();

    // add additional test code here
    assertNotNull(result);
    assertEquals(0, result.size());
  }
  /**
   * Run the Map<QName, String> getOtherAttributes() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testGetOtherAttributes_fixture4_1() throws Exception {
    PostalRouteType fixture = getFixture4();

    Map<QName, String> result = fixture.getOtherAttributes();

    // add additional test code here
    assertNotNull(result);
    assertEquals(0, result.size());
  }
  /**
   * Run the List<Object> getAny() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testGetAny_fixture3_1() throws Exception {
    PostalRouteType fixture = getFixture3();

    List<Object> result = fixture.getAny();

    // add additional test code here
    assertNotNull(result);
    assertEquals(0, result.size());
  }
  /**
   * Run the List<AddressLine> getAddressLine() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testGetAddressLine_fixture2_1() throws Exception {
    PostalRouteType fixture = getFixture2();

    List<AddressLine> result = fixture.getAddressLine();

    // add additional test code here
    assertNotNull(result);
    assertEquals(0, result.size());
  }
  /**
   * Run the PostalRouteType.PostalRouteNumber getPostalRouteNumber() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testGetPostalRouteNumber_fixture4_1() throws Exception {
    PostalRouteType fixture = getFixture4();

    PostalRouteType.PostalRouteNumber result = fixture.getPostalRouteNumber();

    // add additional test code here
    assertNotNull(result);
    assertEquals(null, result.getContent());
    assertEquals(null, result.getCode());
  }