Package au.com.dius.pact.provider.spring
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 RestPactRunnerPact runner for REST providers that boots up the spring context
-
-
Field Summary
Fields Modifier and Type Field Description private final TestClasstestClass
-
Constructor Summary
Constructors Constructor Description SpringRestPactRunner(Class<?> clazz)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.junit.runners.ParentRunner
filter, getDescription, getTestClass, order, run, setScheduler, sort -
Methods inherited from class org.junit.runner.Runner
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)
-
-
-
-