Updated docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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].
|
||||
|
||||
Reference in New Issue
Block a user