/**
   * 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());
  }