String lineageId = "test.prpt";
FileService mockFileService = mock( FileService.class );
doReturn( mockFileService ).when( schedulerService ).getFileService();
SessionResource mockSessionResource = mock( SessionResource.class );
doReturn( mockSessionResource ).when( schedulerService ).getSessionResource();
String currentUserDir = "currentUserDir";
doReturn( currentUserDir ).when( mockSessionResource ).doGetCurrentUserDir();