public class PactDslWithState
public PactDslRequestWithoutPath uponReceiving(java.lang.String description)
Description of the request that is expected to be received
description - request descriptionpublic PactDslWithState given(java.lang.String stateDesc)
Adds another provider state to this interaction
stateDesc - Description of the statepublic PactDslWithState given(java.lang.String stateDesc, java.util.Map<java.lang.String,java.lang.Object> params)
Adds another provider state to this interaction
stateDesc - Description of the stateparams - State data parameters