@isTest
|
private class ProRegisterBatchSchedulableTest {
|
|
@isTest static void test_method_one() {
|
String CRON_EXP = '0 0 0 3 9 ? 2022';
|
System.Test.startTest();
|
String jobId = system.schedule('ProRegisterBatchSchedulableTest', CRON_EXP, new ProRegisterBatchSchedulable());
|
System.Test.StopTest();
|
}
|
|
//@isTest static void test_method_two() {
|
// String CRON_EXP = '0 0 0 3 9 ? 2022';
|
// System.Test.startTest();
|
// String jobId = system.schedule('ProRegisterBatchSchedulableTest', CRON_EXP, new ProRegisterBatchSchedulable());
|
// System.Test.StopTest();
|
//}
|
}
|