Package 

Class RestPactRunner

  • All Implemented Interfaces:
    org.junit.runner.Describable , org.junit.runner.manipulation.Filterable , org.junit.runner.manipulation.Sortable

    
    public class RestPactRunner<I extends Interaction>
    extends PactRunner<I>
                        
    • Method Summary

      Modifier and Type Method Description
      final List<InteractionRunner<I>> getChildren()
      final SystemPropertyResolver getValueResolver()
      final Boolean getInitialized()
      final Class<?> getClazz()
      final Unit setValueResolver(SystemPropertyResolver valueResolver)
      final Unit setInitialized(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