In Process Dynamo Db Module
class InProcessDynamoDbModule(tables: List<DynamoDbTable>) : KAbstractModule
Content copied to clipboard
Executes a DynamoDB service in-process per test. It clears the table content before each test starts.
Note that this may not be used alongside DockerDynamoDbModule and @MiskExternalDependency DockerDynamoDb. 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