Junit - TestRunner
What is TestRunner.java?
* To execute our junit class we need test runner. It will help us to provide our junit class is success or failure.
* Using JUnitCore will run our junit test class.
* To execute our junit class we need test runner. It will help us to provide our junit class is success or failure.
* Using JUnitCore will run our junit test class.
Comments
Post a Comment