Files
spring-cloud-contract/samples/standalone/dsl/http-client
Marcin Grzejszczak 2be3d0ab86 Added the option "inProgress" to the contract
without this change we can't have a contract that will generate a stub but not a test. Of course that's for a reason since it's overriding the very essence of contract test.
with this change we assume that the users know what they're doing and that they will use this flag rarerly. Cause it means that you can have a false positive.

related to gh-881
2019-08-06 15:39:32 +02:00
..
2019-03-22 11:41:20 +01:00
2019-04-16 08:41:10 +04:00
2019-07-09 10:10:37 +02:00
2019-03-22 11:41:20 +01:00
2019-03-22 11:41:20 +01:00
2019-07-09 10:10:37 +02:00
2016-08-22 11:33:17 +02:00

= Http Client

== Prerequisites

First you have to publish to Maven Local the stubs of the *http-server* module

== How to run it?

Run

[source=groovy]
--------
./gradlew clean build
--------

or

--------
./mvnw clean package
--------

To

- build the app
- use spring-cloud-contract-stub-runner-spring[Stub Runner Spring] to download the stub of `Http Server`
- run the tests against stubbed server