Skip to content

Latest commit

 

History

History
 
 

integration-testing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
This an example application of my blog entry:

Integration Testing with Maven:

http://www.petrikainulainen.net/programming/maven/integration-testing-with-maven/

You can run

- Unit tests by running a command mvn clean test on command line.
- Integration tests by running a command mvn clean verify -P integration-test on command line.