public class ConsumerPactRunnerKt
@NotNull public static <R> PactVerificationResult runConsumerTest(@NotNull au.com.dius.pact.core.model.RequestResponsePact pact, @NotNull MockProviderConfig config, @NotNull PactTestRun<R> test)
@NotNull public static <R> PactVerificationResult runMessageConsumerTest(@NotNull au.com.dius.pact.core.model.messaging.MessagePact pact, @NotNull au.com.dius.pact.core.model.PactSpecVersion pactVersion, @NotNull MessagePactTestRun<R> testFunc)