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