Skip to content

dpacierpnik/accurest

 
 

Repository files navigation

Accurate REST

Build Status Maven Central Join the chat at https://gitter.im/Codearte/accurest

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:

  1. 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.
  2. 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 :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 89.1%
  • Java 10.9%