Class DynamoDbExtension
- java.lang.Object
- 
- net.officefloor.nosql.dynamodb.test.AbstractDynamoDbConnectJunit
- 
- net.officefloor.nosql.dynamodb.test.AbstractDynamoDbJunit
- 
- net.officefloor.nosql.dynamodb.test.DynamoDbExtension
 
 
 
- 
- All Implemented Interfaces:
- org.junit.jupiter.api.extension.AfterAllCallback,- org.junit.jupiter.api.extension.AfterEachCallback,- org.junit.jupiter.api.extension.BeforeAllCallback,- org.junit.jupiter.api.extension.BeforeEachCallback,- org.junit.jupiter.api.extension.Extension
 
 public class DynamoDbExtension extends AbstractDynamoDbJunit implements org.junit.jupiter.api.extension.BeforeAllCallback, org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.AfterAllCallback Extensionfor DynamoDb.- Author:
- Daniel Sagenschneider
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class net.officefloor.nosql.dynamodb.test.AbstractDynamoDbConnectJunitAbstractDynamoDbConnectJunit.Configuration
 
- 
 - 
Field Summary- 
Fields inherited from class net.officefloor.nosql.dynamodb.test.AbstractDynamoDbConnectJunitconfiguration, DEFAULT_LOCAL_DYNAMO_PORT, dynamoFactory
 
- 
 - 
Constructor SummaryConstructors Constructor Description DynamoDbExtension()Instantiate with defaultAbstractDynamoDbConnectJunit.Configuration.DynamoDbExtension(AbstractDynamoDbConnectJunit.Configuration configuration)Instantiate.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterAll(org.junit.jupiter.api.extension.ExtensionContext context)voidafterEach(org.junit.jupiter.api.extension.ExtensionContext context)voidbeforeAll(org.junit.jupiter.api.extension.ExtensionContext context)voidbeforeEach(org.junit.jupiter.api.extension.ExtensionContext context)- 
Methods inherited from class net.officefloor.nosql.dynamodb.test.AbstractDynamoDbJunitextendStart, extendStop, getAmazonDynamoDb, startDynamoDb
 - 
Methods inherited from class net.officefloor.nosql.dynamodb.test.AbstractDynamoDbConnectJunitgetDynamoDbMapper, getDynamoDbPort, startAmazonDynamoDb, stopAmazonDynamoDb
 
- 
 
- 
- 
- 
Constructor Detail- 
DynamoDbExtensionpublic DynamoDbExtension() Instantiate with defaultAbstractDynamoDbConnectJunit.Configuration.
 - 
DynamoDbExtensionpublic DynamoDbExtension(AbstractDynamoDbConnectJunit.Configuration configuration) Instantiate.- Parameters:
- configuration-- AbstractDynamoDbConnectJunit.Configuration.
 
 
- 
 - 
Method Detail- 
beforeAllpublic void beforeAll(org.junit.jupiter.api.extension.ExtensionContext context) throws java.lang.Exception- Specified by:
- beforeAllin interface- org.junit.jupiter.api.extension.BeforeAllCallback
- Throws:
- java.lang.Exception
 
 - 
beforeEachpublic void beforeEach(org.junit.jupiter.api.extension.ExtensionContext context) throws java.lang.Exception- Specified by:
- beforeEachin interface- org.junit.jupiter.api.extension.BeforeEachCallback
- Throws:
- java.lang.Exception
 
 - 
afterEachpublic void afterEach(org.junit.jupiter.api.extension.ExtensionContext context) throws java.lang.Exception- Specified by:
- afterEachin interface- org.junit.jupiter.api.extension.AfterEachCallback
- Throws:
- java.lang.Exception
 
 - 
afterAllpublic void afterAll(org.junit.jupiter.api.extension.ExtensionContext context) throws java.lang.Exception- Specified by:
- afterAllin interface- org.junit.jupiter.api.extension.AfterAllCallback
- Throws:
- java.lang.Exception
 
 
- 
 
-