8f61701d7d05ee128477a25dba3579a55fc030d6
Implement new way of scanning for contract files. Add support for generating ignored tests. Fix #28 #53
Accurate REST
Consumer Driven Contracts verifier for Java
To make a long story short - AccuREST is a tool for Consumer Driven Contract (CDC) development. AccuREST ships an easy DSL for describing REST contracts for JVM-based applications. The contract DSL is used by AccuREST for two things:
- generating WireMock's JSON stub definitions, allowing rapid development of the consumer side, generating Spock's acceptance tests for the server - to verify if your API implementation is compliant with the contract.
- moving TDD to an architecture level.
For more information please go to the Wiki
Requirements
Wiremock
In order to use Accurest with Wiremock you have to have Wiremock in version at least 2.0.0-beta . Of course the higher the better :)
Description
Languages
Groovy
62.4%
Java
35.6%
CSS
1.5%
Shell
0.3%
Dockerfile
0.1%