Beispiel #1
0
  @Override
  @Before
  public void setUp() throws Exception {
    super.setUp();

    raleighEndpoint = getMockEndpoint("mock:foo.Raleigh");
    tampaEndpoint = getMockEndpoint("mock:foo.Tampa");
  }
  @Before
  public void setUp() throws Exception {
    super.setUp();

    notifDao.purgeAll();

    List<String> keys = notifDao.getAggregationKeys();
    assertEquals(0, keys.size());

    keys = notifDao.getAggregationCompletedKeys();
    assertEquals(0, keys.size());
  }