Hey!
I had question regarding pact junit
If we’re writing producer code for pact verification is it mandate to spin up the server on localhost to validate the interactions or will it be possible to just call the resource methods to verify those interactions ?
u
uglyog
03/01/2022, 4:03 AM
Is this a spring boot app?
a
Ayush
03/01/2022, 4:05 AM
its a dropwizard service
u
uglyog
03/01/2022, 4:17 AM
How would it know which resource method to call, and how to convert the HTTP values to parameters?
a
Ayush
03/01/2022, 4:29 AM
Makes sense , I was just trying to verify one single endpoint in pact so didn’t think of it.
That answers my question , thanks @uglyog