org.encalmo.aws.AwsClientStatelessStub
See theAwsClientStatelessStub companion object
class AwsClientStatelessStub extends AwsClient, StubsBuffer
Support for stateless testing of AWS Client interfaces. Work-in-progres. Currently suported are:
- DynamoDB: Get, Put, Delete and Update Item.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
final def expectGetItem(tableName: String, key: (String, AttributeValue), expectedItem: DynamoDbItem, projection: Seq[String], mode: Mode): Unit
final def expectUpdateItem(tableName: String, key: (String, AttributeValue), update: DynamoDbItemUpdate, mode: Mode, returnUpdatedItem: Boolean): Unit
Attributes
- Definition Classes
Concrete fields
Inherited fields
Attributes
- Inherited from:
- AwsClient
In this article