Skip to content

Commit

Permalink
Illustrate the example case a little more.
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 2 deletions.
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.
6 changes: 4 additions & 2 deletions presentation/src/docs/asciidoc/presentation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e73ef11

Please sign in to comment.