-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Illustrate the example case a little more.
Add an overview image, illustrating the example case. Add class diagrams for producer/consumer models.
- Loading branch information
Jan Wloka
committed
Mar 13, 2017
1 parent
c5d54c5
commit e73ef11
Showing
8 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,15 +20,17 @@ Let's exercise, hack and talk about | |
|
||
*Consumer Driven* Contracts. | ||
|
||
image::service-example.png[consumer - communicate - producer] | ||
|
||
== Exercise-01 - Run the test | ||
|
||
* checkout repo `[email protected]:ollin/cdc-workshop.git` | ||
* cd into `cdc-workshop` | ||
* run `./gradlew check` (`./gradlew.bat check` on windows) (not from IDE because of the env variable `pact.rootDir` defined in build.gradle, or you add this environment variable) | ||
* run `./gradlew check` (on windows: `./gradlew.bat check`) | ||
|
||
== Project Overview | ||
|
||
image::service-overview.draw.io.png[projects - producer - consumer] | ||
image::service-overview.png[projects - producer - consumer] | ||
|
||
== Directory Structure | ||
|
||
|