Files
spring-cloud-contract/samples/standalone
Marcin Grzejszczak 56fbc11f62 Allows passing of regex type (#832)
without this change if one does $(regex("[0-9]")) we have no knowledge of whether the result should be text or a number. What we do ATM is we always generate a String
with this change once can pass the type of regular expression and we will generate the concrete value of that given type

fixes gh-768
2018-12-28 16:29:32 +01:00
..
2018-12-15 09:19:35 +01:00
2018-12-28 16:29:32 +01:00
2018-12-15 09:19:35 +01:00
2016-07-16 16:14:23 +01:00
2016-07-16 16:14:23 +01:00
2018-12-20 21:43:00 +00:00
2016-11-07 14:36:26 +01:00

= Spring Cloud Contract Verifier Samples

Projects that contain different samples of Spring Cloud Contract Verifier.

Below you can find a list of samples:

include::contracts/README.adoc[]

include::dsl/http-server/README.adoc[]

include::dsl/http-client/README.adoc[]

include::messaging/stream-sink/README.adoc[]

include::messaging/stream-source/README.adoc[]

include::restdocs/http-server/README.adoc[]

include::restdocs/http-client/README.adoc[]