Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmcc007/wiremock-example
Example of using WireMock with RestAssured.
https://github.com/mmcc007/wiremock-example
Last synced: 25 days ago
JSON representation
Example of using WireMock with RestAssured.
- Host: GitHub
- URL: https://github.com/mmcc007/wiremock-example
- Owner: mmcc007
- Created: 2016-05-25T16:44:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-28T17:04:47.000Z (over 8 years ago)
- Last Synced: 2024-10-08T21:57:04.701Z (about 1 month ago)
- Language: Java
- Homepage: http://www.ontestautomation.com/getting-started-with-wiremock
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wiremock-example
Example of using [WireMock](http://wiremock.org/) with [RestAssured](https://github.com/rest-assured/rest-assured)[![Build Status](https://travis-ci.org/mmcc007/wiremock-example.svg?branch=master&style=flat-square)](https://travis-ci.org/mmcc007/wiremock-example)
Built with [Gradle](http://gradle.org/).
Source sourced from http://www.ontestautomation.com/getting-started-with-wiremock/
Run unit tests:
./gradlew test