Search in sources :

Example 1 with Clobber

use of alma.acs.monitoring.DAO.Clobber in project ACS by ACS-Community.

the class CorbaAnyExtractionTest method setUp.

@Before
public void setUp() throws Exception {
    super.setUp();
    acsCorba = new AcsCorba(logger);
    acsCorba.initCorbaForClient(false);
    monitorPointExpert = new TestMonitorPointExpert();
    anyExtractor = new AnyExtractor(logger, monitorPointExpert);
    clobber = new Clobber(logger);
}
Also used : AcsCorba(alma.acs.container.corba.AcsCorba) Clobber(alma.acs.monitoring.DAO.Clobber) TestMonitorPointExpert(alma.acs.monitoring.blobber.TestBlobber.TestMonitorPointExpert) Before(org.junit.Before)

Aggregations

AcsCorba (alma.acs.container.corba.AcsCorba)1 Clobber (alma.acs.monitoring.DAO.Clobber)1 TestMonitorPointExpert (alma.acs.monitoring.blobber.TestBlobber.TestMonitorPointExpert)1 Before (org.junit.Before)1