@isTest public with sharing class ASPPriceYearBatchScheduleTest { static testMethod void batch1Test() { ASPPriceYearBatchSchedule s = new ASPPriceYearBatchSchedule(); s.execute(null); } }