コード例 #1
0
  @Test
  public void testObjectExists() {
    indicatorService.addIndicatorGroupSet(groupSetA);

    assertTrue(batchHandler.objectExists(groupSetA));

    assertFalse(batchHandler.objectExists(groupSetB));
  }