use of org.ow2.proactive.scheduler.common.usage.JobUsage in project scheduling by ow2-proactive.
the class TestUsageData method testEmptyDatabase.
@Test
public void testEmptyDatabase() throws Exception {
List<JobUsage> usages = dbManager.getUsage(USER_WITH_JOBS, new Date(), new Date());
assertTrue(usages.isEmpty());
}
Aggregations