Thursday, February 4, 2016

Adding JUnit 4 libraries

Create a Java project, create a package and a class

Note: Don't import any libraries

Add a method and mention "@Test" above the method.

Bring the mouse over the "@Test"  and click on "Add JUnit 4 library...." option


JUnit Library will be added



 

No comments:

Post a Comment