public class PactMerge
Utility class for merging two pacts together, checking for conflicts
public static PactMerge INSTANCE
Utility class for merging two pacts together, checking for conflicts
@JvmStatic @NotNull public static MergeResult<au.com.dius.pact.core.model.Interaction> merge(@NotNull Pact<?> newPact, @NotNull Pact<?> existing)