X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=spring-consumer%2Ftarget%2Fpacts%2FSpringConsumer-Siren%20Order%20Provider.json;h=ae1e66d08675c1df91e5b2efa86678f6a11f9147;hb=d9dcdbe4ecf53103212af0045ea8599f90a4e45e;hp=a325ecbc1fb39c5fdc8ff51440b0e23b4dadef3d;hpb=338294ec4a33a6da926d6ef11980720ce0b7739c;p=demos%2Fexample-siren diff --git a/spring-consumer/target/pacts/SpringConsumer-Siren Order Provider.json b/spring-consumer/target/pacts/SpringConsumer-Siren Order Provider.json index a325ecb..ae1e66d 100644 --- a/spring-consumer/target/pacts/SpringConsumer-Siren Order Provider.json +++ b/spring-consumer/target/pacts/SpringConsumer-Siren Order Provider.json @@ -13,17 +13,46 @@ "body": { "actions": [ { - "href": "http://localhost:8080/RegexpMatcher(regex=\\d+, value=1234)", + "href": "http://localhost:8080/1234", "method": "PUT", "name": "update" + }, + { + "href": "http://localhost:8080/1234", + "method": "DELETE", + "name": "delete" + } + ], + "class": [ + "entity" + ], + "entities": [ + + ], + "links": [ + { + "href": "http://localhost:8080/orders", + "rel": [ + "self" + ] } ] }, "generators": { "body": { + "$.links[0].href": { + "example": "http://localhost:8080/orders", + "regex": ".*\\/(\\Qorders\\E)$", + "type": "MockServerURL" + }, "$[0].href": { - "example": "http://localhost:8080/RegexpMatcher(regex=\\d+, value=1234)", - "regex": ".*\\/(\\QRegexpMatcher(regex=\\d+, value=1234)\\E)$", + "example": "http://localhost:8080/1234", + "regex": ".*\\/(\\Q1234\\E)$", + "type": "MockServerURL" + }, + "$[1].href": { + "example": "http://localhost:8080/1234", + "regex": ".*\\/(\\Q1234\\E)$", "type": "MockServerURL" } } @@ -42,8 +71,8 @@ { "generators": { "$.href": { - "example": "http://localhost:8080/RegexpMatcher(regex=\\d+, value=1234)", - "regex": ".*\\/(\\QRegexpMatcher(regex=\\d+, value=1234)\\E)$", + "example": "http://localhost:8080/1234", + "regex": ".*\\/(\\Q1234\\E)$", "type": "MockServerURL" } }, @@ -54,7 +83,44 @@ "matchers": [ { "match": "regex", - "regex": ".*\\/(\\QRegexpMatcher(regex=\\d+, value=1234)\\E)$" + "regex": ".*\\/(\\Q1234\\E)$" + } + ] + }, + "$.method": { + "combine": "AND", + "matchers": [ + { + "match": "type" + } + ] + }, + "$.name": { + "combine": "AND", + "matchers": [ + { + "match": "type" + } + ] + } + } + }, + { + "generators": { + "$.href": { + "example": "http://localhost:8080/1234", + "regex": ".*\\/(\\Q1234\\E)$", + "type": "MockServerURL" + } + }, + "index": 1, + "rules": { + "$.href": { + "combine": "AND", + "matchers": [ + { + "match": "regex", + "regex": ".*\\/(\\Q1234\\E)$" } ] }, @@ -79,24 +145,20 @@ ] } ] + }, + "$.links[0].href": { + "combine": "AND", + "matchers": [ + { + "match": "regex", + "regex": ".*\\/(\\Qorders\\E)$" + } + ] } } }, "status": 200 } - }, - { - "description": "get root", - "request": { - "method": "GET", - "path": "/" - }, - "response": { - "headers": { - "Content-Type": "application/vnd.siren+json" - }, - "status": 200 - } } ], "metadata": {