Updated docs

This commit is contained in:
Marcin Grzejszczak
2016-04-27 16:44:53 +02:00
parent 6d4885fd66
commit 5f2c37868d
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
== Stub Runner for HTTP
== Stub Runner
One of the issues that you could have encountered while using Accurest was to pass the generated WireMock JSON stubs from the server side to the client side (or various clients).
The same takes place in terms of client side generation for messaging.
@@ -30,6 +30,7 @@ Accurest comes with a new structure of modules
----
└── stub-runner
├── stub-runner
├── stub-runner-boot
├── stub-runner-junit
├── stub-runner-spring
└── stub-runner-spring-cloud

View File

@@ -1,4 +1,4 @@
=== Stub Runner core
=== Stub Runner Core
Runs stubs for service collaborators. Treating stubs as contracts of services allows to use stub-runner as an implementation of
http://martinfowler.com/articles/consumerDrivenContracts.html[Consumer Driven Contracts].