public interface Target
RequestResponseInteraction and perform response verification| Modifier and Type | Method and Description |
|---|---|
void |
testInteraction()
Run
RequestResponseInteraction and perform response verification |
void |
testInteraction(String consumer,
au.com.dius.pact.model.RequestResponseInteraction interaction)
Run
RequestResponseInteraction and perform response verification |
void |
testInteraction(URL url)
Run
RequestResponseInteraction and perform response verification |
void |
testInteraction(URL url,
String consumer,
au.com.dius.pact.model.RequestResponseInteraction interaction)
Run
RequestResponseInteraction and perform response verification |
void testInteraction()
RequestResponseInteraction and perform response verification
Any exception will be caught by caller and reported as test failure
Important: Implementators must implements PactProviderExecutionAwareTarget
URL configuration is retrieved from PactProviderConfiguration
void testInteraction(URL url)
RequestResponseInteraction and perform response verification
Any exception will be caught by caller and reported as test failure
Important: Implementators must implements PactProviderExecutionAwareTarget
url - where provider is deployedvoid testInteraction(URL url, String consumer, au.com.dius.pact.model.RequestResponseInteraction interaction)
RequestResponseInteraction and perform response verification
Any exception will be caught by caller and reported as test failure
url - where provider is deployedconsumer - consumer name that generated the interactioninteraction - interaction to be testedvoid testInteraction(String consumer, au.com.dius.pact.model.RequestResponseInteraction interaction)
RequestResponseInteraction and perform response verification
Any exception will be caught by caller and reported as test failure
consumer - consumer name that generated the interactioninteraction - interaction to be testedCopyright © 2018 JBoss by Red Hat. All rights reserved.