- Add 4 unit tests for exportSchedule delegation - Test verifies delegation to ScheduleExportService - Test covers: normal case, empty result, null input, interaction verification IMPORTANT NOTE: This service is only PARTIALLY refactored. Most methods still use Mappers directly. Only exportSchedule() is fully delegated to ScheduleExportService. Other methods (saveDraftSchedule, saveAndLockSchedule, adjustOrder, saveDispatch) still contain business logic and Mapper calls - they need further refactoring. Total tests: 473 (469 + 4 new tests) All tests passing!
2.3 KiB
2.3 KiB