public class InteractionRunner
Internal class to support pact test running
Developed with org.junit.runners.BlockJUnit4ClassRunner in mind
| Constructor and Description |
|---|
InteractionRunner() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createTest() |
org.junit.runner.Description |
describeChild() |
org.junit.runner.Description |
getDescription() |
boolean |
hasOneConstructor() |
org.junit.runners.model.Statement |
interactionBlock() |
void |
reportVerificationResults() |
void |
run() |
void |
validate() |
void |
validateConstructor() |
void |
validatePublicVoidNoArgMethods() |
void |
validateRules() |
void |
validateTestTarget() |
org.junit.runners.model.Statement |
withAfters() |
org.junit.runners.model.Statement |
withBefores() |
org.junit.runners.model.Statement |
withRules() |
org.junit.runners.model.Statement |
withStateChanges() |
public org.junit.runner.Description getDescription()
public org.junit.runner.Description describeChild()
public void validate()
public void validatePublicVoidNoArgMethods()
public void validateConstructor()
public boolean hasOneConstructor()
public void validateTestTarget()
public void validateRules()
public void run()
public void reportVerificationResults()
public java.lang.Object createTest()
public org.junit.runners.model.Statement interactionBlock()
public org.junit.runners.model.Statement withStateChanges()
public org.junit.runners.model.Statement withBefores()
public org.junit.runners.model.Statement withAfters()
public org.junit.runners.model.Statement withRules()