public class JUnitTestSupport
| Modifier and Type | Field and Description |
|---|---|
static JUnitTestSupport |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
conformsToMessagePactSignature(java.lang.reflect.Method m)
validates method signature for a Message Pact test
|
static boolean |
conformsToSignature(java.lang.reflect.Method m)
validates method signature as described at
interface Pact |
static void |
validateMockServerResult(PactVerificationResult result) |
public static JUnitTestSupport INSTANCE
public static boolean conformsToSignature(java.lang.reflect.Method m)
validates method signature as described at interface Pact
interface Pactpublic static boolean conformsToMessagePactSignature(java.lang.reflect.Method m)
validates method signature for a Message Pact test
public static void validateMockServerResult(PactVerificationResult result)