Max Forsman
09/22/2022, 9:18 AM@Pact(provider="test_provider", consumer="test_consumer")
public RequestResponsePact createPact(PactDslWithProvider builder) {
However, this isn’t compatible with the latest version:
<dependency>
<groupId>au.com.dius.pact.consumer</groupId>
<artifactId>junit5</artifactId>
<version>4.3.14</version>
<scope>test</scope>
</dependency>
java.lang.UnsupportedOperationException: Method testPact does not conform required method signature 'public <http://au.com|au.com>.dius.pact.core.model.V4Pact xxx(PactBuilder builder)'
Could someone point me in the direction of an updated example using the new DSL?uglyog
Max Forsman
09/26/2022, 6:33 AM