contract-testing-demo

pact and java contract testing with micro-commits

git clone https://9o.is/git/contract-testing-demo.git

DateCommit messageAuthorFiles+-
2019-06-26 20:21Handle 500 responseJul2+8-1
2019-06-26 20:17Catch exception thrown by mockJul1+7-2
2019-06-26 20:10Write failing provider testJul1+13-1
2019-06-26 20:05Make AnimalServiceUnavailableException throwableJul1+1-1
2019-06-26 20:02Handle 500 responseJul1+3-0
2019-06-26 20:00Create AnimalServiceUnavailableException classJul1+2-0
2019-06-26 19:55Write failing consumer testJul1+20-1
2019-06-26 19:44Return 404 if alligator is not foundJul2+15-1
2019-06-26 19:37Write failing provider testJul1+14-1
2019-06-26 19:27Extract Pact setup and verification - refactoringJul2+30-25
2019-06-26 19:21Extract Pact provider to a field - refactoringJul1+8-6
2019-06-26 19:16Handle 404 responseJul1+10-5
2019-06-26 19:13Write failing consumer testJul1+29-1
2019-06-26 18:57Get alligator from AlligatorRepository classJul1+7-1
2019-06-26 18:51Create an alligator instance with its nameJul1+3-2
2019-06-26 18:37Make name field in Alligator class readableJul1+7-0
2019-06-26 18:04Create an alligator instanceJul1+3-1
2019-06-26 17:57Create /alligators/{name} routeJul1+7-0
2019-06-26 17:54Create getByName(String) methodJul1+3-0
2019-06-26 17:42Create Alligator classJul2+7-0
2019-06-26 16:50Create AlligatorRepository classJul2+5-0
2019-06-26 16:46Write failing provider testJul1+49-3
2019-06-26 16:33Deserialize alligator instanceJul1+5-1
2019-06-26 16:33Fetch the alligator instance with an HTTP requestJul1+10-2
2019-06-26 16:15Create an alligator instance with its nameJul2+8-2
2019-06-26 16:07Create an alligator instanceJul1+1-1
2019-06-26 16:00Create getName() methodJul1+3-0
2019-06-26 15:58Create getAlligator(String) methodJul1+4-0
2019-06-26 15:56Create Alligator classJul1+2-0
2019-06-26 15:54Create AnimalService constructorJul1+3-0
2019-06-26 15:47Write failing consumer testJul1+44-1
2019-06-26 15:40initialJul19+484-0