Package au.com.dius.pact.provider.spring
Class SpringMessagePactRunner
-
- All Implemented Interfaces:
-
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,org.junit.runner.manipulation.Sortable
public class SpringMessagePactRunner extends MessagePactRunnerPact runner for Async message providers that boots up the spring context
-
-
Field Summary
Fields Modifier and Type Field Description private final TestClasstestClass
-
Constructor Summary
Constructors Constructor Description SpringMessagePactRunner(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
-
SpringMessagePactRunner
SpringMessagePactRunner(Class<?> clazz)
-
-
-
-