You need to sign in to do that
Don't have an account?
Test class on abstract class.
Hi
I have
public abstract class A
{
public Task newTask;
public void createT(Id caseId, Id accountId)
{
newTask = new Task();
//Intializing the values for task here.
methodX();
methodY();
}
public abstract void methodX();
public abstract void methodY();
}
I need test class on this.
Please send any links or how to cover code coverage on this. It will help lot.
Thanks
Venkat
I have
public abstract class A
{
public Task newTask;
public void createT(Id caseId, Id accountId)
{
newTask = new Task();
//Intializing the values for task here.
methodX();
methodY();
}
public abstract void methodX();
public abstract void methodY();
}
I need test class on this.
Please send any links or how to cover code coverage on this. It will help lot.
Thanks
Venkat
If this solves your problem, kindly mark it as the best answer.
Hit Like, if it saved your work :-)
Regards,
Magulan
http://www.infallibletechie.com
Check this too.
If this solves your problem, kindly mark it as the best answer.
Hit Like, if it saved your work :-)
Regards,
Magulan
http://www.infallibletechie.com