A showcase of Maven + JUnit + Galen usage
You need Maven 3+ installed.
- Download the repo
- Unzip the folder
- Open command prompt in extracted folder and go to the junit folder and run the tests:
cd junit
mvn verify
- To extend the project, run the following command:
cd junit
mvn eclipse:eclipse idea:idea
- Import the Junit project (junit-folder) in IDEA and Eclipse