Allen Ayala
07/31/2023, 5:28 PMwill_respond_with(
status: 200,
headers: {"Content-Type" => "application/json"},
body: Pact.like(
name: "Mary",
age: 73)
)
Is somethingLike or anything similar implemented for pact-jvm (specifically Junit5) ?Allen Ayala
08/03/2023, 3:26 PMYousaf Nabi (pactflow.io)
like a json objectYousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
PactDslJsonBody
https://github.com/pactflow/example-consumer-java-junit/blob/adc06c9cf94b63124ef82[…]6a40fb/src/test/java/com/example/products/ProductsPactTest.javaYousaf Nabi (pactflow.io)
chris paul
10/12/2023, 4:03 PMpact-consumer-builder doesn’t support kotlin data classes and I think the project is quite old.Yousaf Nabi (pactflow.io)
chris paul
10/12/2023, 4:05 PMchris paul
10/30/2023, 11:23 AMchris paul
10/30/2023, 11:30 AMchris paul
10/30/2023, 11:42 AMchris paul
10/30/2023, 11:43 AM