@isTest() private class InsReToMTBScheduleTest { static testMethod void testMethod2(){ System.Test.StartTest(); InsReToMTBSchedule bct1 = new InsReToMTBSchedule(); System.schedule('Scheduled Job 5', '0 45 * * * ?', bct1); System.Test.StopTest(); } }