You need to sign in to do that
Don't have an account?
Navya sree 4
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
Raj Vakati
try this code
Raj Vakati