Files
spring-cloud-contract/README.md
The Gitter Badger 3778a66a2a Added Gitter badge
2015-06-25 07:51:54 +00:00

1.2 KiB

Accurate REST

Join the chat at https://gitter.im/Codearte/accurest

Build Status Maven Central

Consumer Driven Contracts verifier for Java

Just to make long story short - AccuREST is a tool for Consumer Driven Contract (CDC) development. AccuREST ships 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. By using AccuREST you can move TDD to an architecture level.

For more information please follow to the Wiki