Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 367 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 367 Bytes

resttest

Maven-based project as base for testing different REST-implementations in various ways:

  • Bare knuckles REST with JUnit, Selenium and Jetty
  • JAX-RS REST with JUnit. (No integration tests)

War intended for deploy on JBoss 7

To use: git clone https://github.com/jonananas/resttest.git cd resttest mvn test

You should end up with BUILD SUCCESS :)