-
- All Implemented Interfaces:
-
au.com.dius.pact.provider.junitsupport.target.Target
public interface TestClassAwareTarget implements TargetInterface to target implementations that require more information from the test class (like annotated methods)
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetTestClass(TestClass testClass, Object testTarget)-
Methods inherited from class au.com.dius.pact.provider.junitsupport.target.Target
addResultCallback, configureVerifier, getRequestClass, getStateHandlers, getVerifier, setStateHandlers, testInteraction, validForInteraction, withStateHandler, withStateHandlers -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setTestClass
abstract Unit setTestClass(TestClass testClass, Object testTarget)
-
-
-
-