Andre Rodrigues
06/15/2023, 3:15 PMJason Taylor
06/15/2023, 7:28 PMAndre Rodrigues
06/16/2023, 7:33 AMtoPact()
. In this point, Im little bit confused… So should I define 2 of these :
@Pact(consumer = "my-consumer")
V4Pact myMethod(PactBuilder builder)
or should I only add one more interaction such as:
.expectsToReceive("my interaction", "core/interaction/synchronous-message")
.with(Map.of(
))).toPact().
?Jason Taylor
06/16/2023, 3:09 PMAndre Rodrigues
06/19/2023, 9:36 AM