Package au.com.dius.pact.provider
Interface RequestData
-
- All Implemented Interfaces:
public interface RequestDataRequest data that is going to be used by the plugin to create the request to be verified
-
-
Method Summary
Modifier and Type Method Description abstract OptionalBodygetRequestData()Data for the request of the interaction abstract Map<String, Object>getMetadata()Metadata associated with the request -
-
Method Detail
-
getRequestData
abstract OptionalBody getRequestData()
Data for the request of the interaction
-
getMetadata
abstract Map<String, Object> getMetadata()
Metadata associated with the request
-
-
-
-