public class PactMerge
Utility class for merging two pacts together, checking for conflicts
| Modifier and Type | Field and Description |
|---|---|
static PactMerge |
INSTANCE
Utility class for merging two pacts together, checking for conflicts
|
| Modifier and Type | Method and Description |
|---|---|
static MergeResult<au.com.dius.pact.core.model.Interaction> |
merge(Pact<?> newPact,
Pact<?> existing) |
public static PactMerge INSTANCE
Utility class for merging two pacts together, checking for conflicts
public static MergeResult<au.com.dius.pact.core.model.Interaction> merge(Pact<?> newPact, Pact<?> existing)