package testkit
Various utilities to support streambed based tests
- Alphabetic
- By Inheritance
- testkit
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Package Members
- package durablequeue
An in-memory durable queue to facilitate tests.
An in-memory durable queue to facilitate tests.
Sample usage within a Java test:
DurableQueue durableQueue = InMemoryQueue$.MODULE$.queue(mat, system);
Sample usage within a Scala test:
val durableQueue = InMemoryQueue.queue()
- package identity
- package ioxssslite
Provides types for testing against the IOx Secret Storage Service.
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!") => } } } }
- package ioxsssliteserver
Provides an application that runs com.cisco.streambed.testkit.ioxssslite so that developers are able to test without needing to deploy on IOx.
- package storage