v2.response.status.matches.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pact-specification-test Show documentation
Show all versions of pact-specification-test Show documentation
Pact Specification
==================
The [Pact Specification](https://github.com/bethesque/pact_specification) is a robust set of tests on the pact matching
code aimed at ensuring pact library implementations across different languages have the same matching behaviour.
Without adhering to these specifications there would be room for subtle issues to arise between consumers and providers
using different libraries.
{
"match": true,
"comment": "Status matches",
"expected" : {
"status" : 202
},
"actual" : {
"status" : 202
}
}