You need to sign in to do that
Don't have an account?

Code Coverage for Class?
Hi Everyone,
can you please provide test class for this class
global class ApprovalDelegationsSchedulable implements Schedulable {
global void execute(SchedulableContext sc) {
ApprovalDelegationsBatchable b = new ApprovalDelegationsBatchable();
database.executebatch(b);
}
}
Thanks you
can you please provide test class for this class
global class ApprovalDelegationsSchedulable implements Schedulable {
global void execute(SchedulableContext sc) {
ApprovalDelegationsBatchable b = new ApprovalDelegationsBatchable();
database.executebatch(b);
}
}
Thanks you
try this code