File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments