Skip to content

Latest commit

 

History

History

junit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Galen samples for Maven and JUnit

A showcase of Maven + JUnit + Galen usage

Jenkins Sample Build: Build Status

Steps touse this sample for your own

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

Extend the sample

  • 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