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