1
2
3
4
5
6
7
@isTest
public with sharing class ASPPriceYearBatchScheduleTest {
    static testMethod void batch1Test() {
        ASPPriceYearBatchSchedule s = new ASPPriceYearBatchSchedule();
        s.execute(null);
    }
}