示例#1
0
  @Test
  public void getCountTest() throws Exception {
    System.out.println("CategoryService.getCountTest");

    int count = categoryService.getCount();
    assertTrue("There should be some Categories but was " + count, count > 0);
  }