importer.update(null, nonMatching);
importer.update(def, matching);
//this should invoke the mocked measurement schedule manager and the expectations should check it gets called
//correctly by the importer.
importer.finishImport();
}
public void testCanUpdateEnablements() {
MeasurementDefinition defToEnable = new MeasurementDefinition(FAKE_RESOURCE_TYPE, "enabled");
MeasurementDefinition defToDisable = new MeasurementDefinition(FAKE_RESOURCE_TYPE, "disable");