Docker Dynamo Db Module
class DockerDynamoDbModule(tables: List<DynamoDbTable>) : KAbstractModule
Content copied to clipboard
Spins up a docker container for testing. It clears the table content before each test starts.
Note that this may not be used alongside InProcessDynamoDbModule. DynamoDB may execute in Docker or in-process, but never both.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun bindInterceptor(p0: Matcher<in Class<*>>, p1: Matcher<in Method>, vararg p2: MethodInterceptor)
Content copied to clipboard
Link copied to clipboard
open fun bindListener(p0: Matcher<in Binding<*>>, vararg p1: ProvisionListener)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun convertToTypes(p0: Matcher<in TypeLiteral<*>>, p1: TypeConverter)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Provides
@Singleton
Content copied to clipboard
Link copied to clipboard
@Provides
@Singleton
Content copied to clipboard
Link copied to clipboard
@Provides
@Singleton
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard