public abstract class BaseCassandraUnit
extends org.junit.rules.ExternalResource
| Modifier and Type | Field and Description |
|---|---|
protected String |
configurationFileName |
protected int |
readTimeoutMillis |
protected long |
startupTimeoutMillis |
| Constructor and Description |
|---|
BaseCassandraUnit() |
BaseCassandraUnit(long startupTimeoutMillis) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
before() |
protected com.datastax.driver.core.SocketOptions |
getSocketOptions()
Gets a base SocketOptions with an overridden readTimeoutMillis.
|
protected abstract void |
load() |
protected String configurationFileName
protected long startupTimeoutMillis
protected int readTimeoutMillis
public BaseCassandraUnit()
public BaseCassandraUnit(long startupTimeoutMillis)
protected void before()
throws Exception
before in class org.junit.rules.ExternalResourceExceptionprotected abstract void load()
protected com.datastax.driver.core.SocketOptions getSocketOptions()
Copyright © 2016. All rights reserved.