for (SpecificDayAssignment each : assignments) {
assertThat(each.getSpecificResourceAllocation(), notNullValue());
}
specificResourceAllocation
.setOnDayAssignmentRemoval(new DetachDayAssignmentOnRemoval());
specificResourceAllocation.onIntervalWithinTask(start,
plusDays(start, 2))
.allocateHours(10);
for (SpecificDayAssignment each : assignments) {