Skip to content

Commit b4bec09

Browse files
committed
updated readmes
1 parent 818e162 commit b4bec09

2 files changed

Lines changed: 4 additions & 27 deletions

File tree

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
# Consumer-Driven-Contract Test for a Spring Boot Provider
2-
3-
This repo contains an example of consumer-driven-contract testing for a Spring
4-
Boot API provider. The corresponding consumer to the contract is
5-
implemented in the module `pact-angular`.
1+
# Consumer-Driven-Contract Test for a Spring Boot Message Consumer
62

7-
The contract is created and verified with [Pact](https://docs.pact.io/).
3+
This module shows how to use Pact to implement a contract test for a message provider.
84

9-
Before running the build, you need to follow the instructions on the [consumer-side](../pact-angular/)
10-
to create the consumer-driven contract file (pact file).
11-
12-
## Running the application
13-
14-
The interesting part in this code base is the class `UserControllerProviderTest`.
15-
You can run the tests with `gradlew test` on Windows or `./gradlew test` on Unix.
Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
# Consumer-Driven-Contract Test for a Spring Boot Provider
2-
3-
This repo contains an example of consumer-driven-contract testing for a Spring
4-
Boot API provider. The corresponding consumer to the contract is
5-
implemented in the module `pact-angular`.
1+
# Consumer-Driven-Contract Test for a Spring Boot Message Provider
62

7-
The contract is created and verified with [Pact](https://docs.pact.io/).
8-
9-
Before running the build, you need to follow the instructions on the [consumer-side](../pact-angular/)
10-
to create the consumer-driven contract file (pact file).
11-
12-
## Running the application
13-
14-
The interesting part in this code base is the class `UserControllerProviderTest`.
15-
You can run the tests with `gradlew test` on Windows or `./gradlew test` on Unix.
3+
This module shows how to use Pact to implement a contract test for a message provider.

0 commit comments

Comments
 (0)