Skip to content

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

TestTable

[jvm]\ data class TestTable

Use this with TestDynamoDbClient to configure your DynamoDB tables for each test execution.

Use configureTable to customize the table creation request for testing, such as to configure the secondary indexes required by ProjectionType.ALL.

Types

Name Summary
Companion [jvm]
object Companion

Properties

Name Summary
configureTable [jvm]
val configureTable: (CreateTableRequest) -> CreateTableRequest
tableClass [jvm]
val tableClass: KClass<*>