コード例 #1
0
  /**
   * Run the MenuItemList getRootList() method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 6/7/15 3:11 PM
   */
  public void testGetRootList_fixture_1() throws Exception {
    IMenuModel fixture2 = getFixture();

    MenuItemList result = fixture2.getRootList();

    // add additional test code here
    assertNotNull(result);
    assertEquals("(0) null", result.toString());
    assertEquals(null, result.getMenuItem());
    assertEquals(true, result.checkConsistency());
    assertEquals(0, result.getChildrenSize());
  }