//tempest2-testing/app.cash.tempest2.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: (CreateTableEnhancedRequest) -> CreateTableEnhancedRequest |
tableClass | [jvm] val tableClass: KClass<*> |
tableName | [jvm] val tableName: String |