java.lang.Exception: No runnable methods exception in running JUnits

You will get this exception, if you use the JUnit 4.4 core runner to execute a class that has no "@Test" method.
Kindly consult the link for more info.

courtesy vipin8169

Leave a Comment