package ioxssslite
Provides types for testing against the IOx Secret Storage Service.
Sample usage from within a Scala based test (utest):
'ping - {
IOxSSSServer.withTestServer { binding =>
request(binding, HttpMethods.GET, "/ping")
.map {
assertMatch(_) {
case (200, "pong!") =>
}
}
}
}- Alphabetic
- By Inheritance
- ioxssslite
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected