assertScan(scan, true, true, 29, 28, 29, 28, 0, 0);
// don't use a ForceAvailabilityExecutor for this scan, we want to manipulate what gets checked.
// by default new executors always do a full scan to start, we don't want that
executor = new AvailabilityExecutor(this.pluginContainer.getInventoryManager());
executor.sendChangesOnlyReportNextTime();
// Manipulate the scheduled times such that the "1" resources should be checked and the "2"s should not
List<Set<ResourceContainer>> containerSets = new ArrayList<Set<ResourceContainer>>();
containerSets.add(parentContainers1);
containerSets.add(childContainers1);