beadledom-testing

This project adds some additional tooling to make the JAX-RS services testing easier.

Download

Download using Maven:

<dependencies>
    ...
    <dependency>
        <groupId>com.cerner.beadledom</groupId>
       <artifactId>beadledom-testing</artifactId>
        <version>[Insert latest version]</version>
    </dependency>
    ...
</dependencies>

Usage

JsonMatchers
check out the scala doc on the trait for the usage instructions.
UnitSpec
Base spec for including FunSpec and Scalatest Mixins