The inner tag has no wiki summary.
2
votes
1answer
100 views
Weird issue with inner class not being covered via Test Class?
I have a test class that is basically covering a class which has structure like
public class classA {
public class classB implements Triggers.Handler {
public void handle(){
...