I have an abstract method checkStatus() which has implementations in Checker.java class. But when I execute the Junit test case on abstract class method which h
I have an abstract method checkStatus() which has implementations in Checker.java class. But when I execute the Junit test case on abstract class method which h