Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuvist committed Feb 15, 2020
1 parent f32b432 commit be45322
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# mockserver
# easywebmock

[![Build Status](https://travis-ci.org/Wuvist/mockserver.svg?branch=master)](https://travis-ci.org/Wuvist/mockserver)
[![Build Status](https://travis-ci.org/Wuvist/easywebmock.svg?branch=master)](https://travis-ci.org/Wuvist/easywebmock)

`easywebmock` is a wrapper on top of OKHTTP's [mockwebserver](https://github.com/square/okhttp/tree/master/mockwebserver), to provide easy way to mock http server tesing Java projects, especially micro service projects using Spring Boot & kotlin.

# Usage

TBA

0 comments on commit be45322

Please sign in to comment.