JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
Hi all,
Im following ExamplePactSpec to migrate from ScalaPact to PactJVM. Im having an issue when having 2 interactions like in the example, i get the following exception:
I copied the example from the repo previously referenced and got the same error. So far i can infer an issue while sorting interactions but i have no clue what i am missing, can anyone point me in the correct path? Im using Java 11 but it also fails in Java 8.
Hi all, Im following ExamplePactSpec to migrate from ScalaPact to PactJVM. Im having an issue when having 2 interactions like in the example, i get the following exception:
I copied the example from the repo previously referenced and got the same error. So far i can infer an issue while sorting interactions but i have no clue what i am missing, can anyone point me in the correct path? Im using Java 11 but it also fails in Java 8.