Commit 28cb32d
committed
feat(v3): implement pact class
This (rather large) commit implements core functionality for the `Pact`
class, and the `Interaction` class to handle specific interactions
within a Pact.
This does _not_ implement every method that Pacts and/or interactions
might have (e.g., it is currently not possible to specify a Pact
version). The intent of this commit is to be a minimal working example
which can be improved upon more incrementally.
Signed-off-by: JP-Ellis <[email protected]>1 parent 7be27b8 commit 28cb32d
File tree
6 files changed
+1785
-287
lines changed- pact/v3
- tests/v3
6 files changed
+1785
-287
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments