execute a test method that is inside a base class from the base class
Is it possible to execute a test method that is inside a base class from
the base class itself??
I have a base class which is declared as abstract and there is one test
method inside this. I want to execute this test method in base class.
While i do this. test case shows "Not runnable"
No comments:
Post a Comment