aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/com/softwaremill/sttp/testing/SttpBackendStubTests.scala
Commit message (Expand)AuthorAgeFilesLines
* Added test for respondWithMonad happy paththen-respond-futurePaweł Stawicki2018-01-291-0/+10
* Added back the thenRespond(resp: => Response) methodPaweł Stawicki2018-01-281-2/+2
* Docs for thenResponseWithMonad, and a little code cleanup in testPaweł Stawicki2018-01-241-10/+7
* Allow SttpBackendStub to accept monad with response, not to hold thread when ...Paweł Stawicki2018-01-241-2/+26
* add status message to Response #59intracer2018-01-091-2/+2
* Update sbtadamw2017-11-301-8/+4
* When stubbing using with thenRespondWithCode, treat 2xx as a success and retu...Dean Povey2017-11-291-2/+54
* #44: supporting type conversion in the backend stubadamw2017-11-131-3/+43
* #43: supporting exceptions in the stub backendadamw2017-11-131-0/+23
* Fix compiler warningsadamw2017-10-251-2/+8
* Test stub matching partial function mapping request to responsePaweł Stawicki2017-10-251-1/+16
* Backend stubs with fallback (thx to @gabro)adamw2017-10-091-1/+20
* Testing backendadamw2017-10-091-0/+51