Skip to content

//tempest-testing/app.cash.tempest.testing

Package-level declarations

Types

Name Summary
TestDynamoDbClient [jvm]
interface TestDynamoDbClient : Service
TestDynamoDbServer [jvm]
interface TestDynamoDbServer : Service
A DynamoDB test server running in-process or in a local Docker container.
TestTable [jvm]
data class TestTable
Use this with TestDynamoDbClient to configure your DynamoDB tables for each test execution.

Functions

Name Summary
logicalDb [jvm]
inline fun <DB : LogicalDb> TestDynamoDbClient.logicalDb(): DB
inline fun <DB : LogicalDb> TestDynamoDbClient.logicalDb(mapperConfig: DynamoDBMapperConfig): DB