Installation:
In order to use DataProviders, you need junit-dataprovider .jar :
Github
Direct download
Hamcrest-core-1.3.jar :
Github
Direct download
And add both of this .jar to your project.
Usage:
Add this import to your code:
import com.tngtech.java.junit.dataprovider.DataProvider;
im...