Package 

Class SpringRestPactRunner

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

    
    public class SpringRestPactRunner
    extends RestPactRunner
                        

    Pact runner for REST providers that boots up the spring context

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class au.com.dius.pact.provider.junit.PactRunner

        childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withInterruptIsolation
      • 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

      • SpringRestPactRunner

        SpringRestPactRunner(Class<?> clazz)