/**
   * Run the List<Object> getAny() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:07 PM
   */
  @Test
  public void testGetAny_fixture4_1() throws Exception {
    PostalRouteType fixture = getFixture4();

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

    // add additional test code here
    assertNotNull(result);
    assertEquals(0, result.size());
  }