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