Class AbstractCosmosDbJunit.Configuration
- java.lang.Object
-
- net.officefloor.nosql.cosmosdb.test.AbstractCosmosDbJunit.Configuration
-
- Enclosing class:
- AbstractCosmosDbJunit<T extends AbstractCosmosDbJunit<T>>
public static class AbstractCosmosDbJunit.Configuration extends java.lang.Object
Configuration of CosmosDb.
Follows builder pattern to allow configuring and passing to
AbstractCosmosDbJunit
constructor.
-
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCosmosDbJunit.Configuration
port(int port)
Specifies the port.
-
-
-
Method Detail
-
port
public AbstractCosmosDbJunit.Configuration port(int port)
Specifies the port.- Parameters:
port
- Port.- Returns:
this
.
-
-