-
- All Implemented Interfaces:
-
au.com.dius.pact.provider.junit5.TestTarget,au.com.dius.pact.provider.spring.junit5.WebFluxBasedTestTarget
public final class WebTestClientTarget implements WebFluxBasedTestTarget
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, Object>userConfig
-
Constructor Summary
Constructors Constructor Description WebTestClientTarget(WebTestClient webTestClient)
-
Method Summary
Modifier and Type Method Description Map<String, Object>getUserConfig()Pair<Object, Object>prepareRequest(Pact pact, Interaction interaction, Map<String, Object> context)-
Methods inherited from class au.com.dius.pact.provider.spring.junit5.WebFluxBasedTestTarget
executeInteraction, getProviderInfo, isHttpTarget, prepareVerifier, requestUriString, toWebFluxRequestBuilder -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-