Class CosmosDbRule
- java.lang.Object
-
- net.officefloor.nosql.cosmosdb.test.AbstractCosmosDbJunit<CosmosDbRule>
-
- net.officefloor.nosql.cosmosdb.test.CosmosDbRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class CosmosDbRule extends AbstractCosmosDbJunit<CosmosDbRule> implements org.junit.rules.TestRule
CosmosDbTestRule
.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.officefloor.nosql.cosmosdb.test.AbstractCosmosDbJunit
AbstractCosmosDbJunit.Configuration
-
-
Field Summary
-
Fields inherited from class net.officefloor.nosql.cosmosdb.test.AbstractCosmosDbJunit
configuration, cosmosAsyncClient, cosmosClient, DEFAULT_LOCAL_COSMOS_PORT, isWaitForCosmosDb
-
-
Constructor Summary
Constructors Constructor Description CosmosDbRule()
Instantiate with defaultAbstractCosmosDbJunit.Configuration
.CosmosDbRule(AbstractCosmosDbJunit.Configuration configuration)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-
Methods inherited from class net.officefloor.nosql.cosmosdb.test.AbstractCosmosDbJunit
getCosmosAsyncClient, getCosmosClient, getEndpointUrl, startCosmosDb, stopCosmosDb, waitForCosmosDb
-
-
-
-
Constructor Detail
-
CosmosDbRule
public CosmosDbRule()
Instantiate with defaultAbstractCosmosDbJunit.Configuration
.
-
CosmosDbRule
public CosmosDbRule(AbstractCosmosDbJunit.Configuration configuration)
Instantiate.- Parameters:
configuration
-AbstractCosmosDbJunit.Configuration
.
-
-