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.

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab