-
public class JUnitTestSupport
-
-
Field Summary
Fields Modifier and Type Field Description public final static JUnitTestSupportINSTANCE
-
Method Summary
Modifier and Type Method Description final static BooleanconformsToSignature(Method m, PactSpecVersion pactVersion)validates method signature as described at Pact final static BooleanconformsToMessagePactSignature(Method m, PactSpecVersion pactVersion)validates method signature for a Message Pact test final static BooleanconformsToSynchMessagePactSignature(Method m, PactSpecVersion pactVersion)validates method signature for a synchronous message Pact test final static UnitvalidateMockServerResult(PactVerificationResult result)-
-
Method Detail
-
conformsToSignature
final static Boolean conformsToSignature(Method m, PactSpecVersion pactVersion)
validates method signature as described at Pact
-
conformsToMessagePactSignature
final static Boolean conformsToMessagePactSignature(Method m, PactSpecVersion pactVersion)
validates method signature for a Message Pact test
-
conformsToSynchMessagePactSignature
final static Boolean conformsToSynchMessagePactSignature(Method m, PactSpecVersion pactVersion)
validates method signature for a synchronous message Pact test
-
validateMockServerResult
final static Unit validateMockServerResult(PactVerificationResult result)
-
-
-
-