-
- All Implemented Interfaces:
-
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Sortable
public class RestPactRunner extends PactRunner
-
-
Field Summary
Fields Modifier and Type Field Description private final List<InteractionRunner>childrenprivate SystemPropertyResolvervalueResolverprivate Booleaninitializedprivate final Class<?>clazzprivate final ObjectchildrenLockprivate final TestClasstestClassprivate final Collection<InteractionRunner>filteredChildrenprivate final RunnerSchedulerscheduler
-
Constructor Summary
Constructors Constructor Description RestPactRunner(Class<?> clazz)
-
Method Summary
Modifier and Type Method Description final List<InteractionRunner>getChildren()final SystemPropertyResolvergetValueResolver()final BooleangetInitialized()final Class<?>getClazz()final UnitsetValueResolver(SystemPropertyResolver valueResolver)final UnitsetInitialized(Boolean initialized)-
Methods inherited from class au.com.dius.pact.provider.junit.RestPactRunner
initialize -
Methods inherited from class org.junit.runner.Describable
equals, hashCode, toString -
Methods inherited from class au.com.dius.pact.provider.junit.PactRunner
applyValidators, areAllChildrenIgnored, childrenInvoker, classBlock, classRules, collectInitializationErrors, comparator, createTestClass, filter, getDescription, getFilteredChildren, getName, getRunnerAnnotations, getTestClass, isIgnored, run, runChildren, runLeaf, setScheduler, shouldRun, sort, validate, validateClassRules, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withClassRules -
Methods inherited from class org.junit.runners.ParentRunner
testCount -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RestPactRunner
RestPactRunner(Class<?> clazz)
-
-
Method Detail
-
getChildren
final List<InteractionRunner> getChildren()
-
getValueResolver
final SystemPropertyResolver getValueResolver()
-
getInitialized
final Boolean getInitialized()
-
setValueResolver
final Unit setValueResolver(SystemPropertyResolver valueResolver)
-
setInitialized
final Unit setInitialized(Boolean initialized)
-
-
-
-