Package app.cash.tempest.testing

Types

Link copied to clipboard
class Composer(name: String, containers: Container)

Composer composes many Containers together to use in a unit test.

Link copied to clipboard
data class Container(createCmd: CreateContainerCmd.() -> Unit, beforeStartHook: (docker: DockerClient, id: String) -> Unit)

A Container creates a Docker container for testing.

Link copied to clipboard
class DockerDynamoDbServer : AbstractIdleService, TestDynamoDbServer