-
- All Implemented Interfaces:
-
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,org.junit.runner.manipulation.Sortable
public class RestPactRunner extends PactRunner
-
-
Field Summary
Fields Modifier and Type Field Description private final TestClasstestClass
-
Constructor Summary
Constructors Constructor Description RestPactRunner(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
-
RestPactRunner
RestPactRunner(Class<?> clazz)
-
-
-
-