public class EmbeddedCassandraContext
extends org.junit.rules.ExternalResource
Starts Embedded Cassandra
Helper class for starting and working with an embedded cassandra. This should be used for testing purposes only
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
before() |
static EmbeddedCassandraContext |
create() |
static EmbeddedCassandraContext |
create(String yamlFilePath) |
static boolean |
inCassandraContext() |
public static EmbeddedCassandraContext create()
public static EmbeddedCassandraContext create(String yamlFilePath)
public static boolean inCassandraContext()
protected void before()
throws Throwable
before in class org.junit.rules.ExternalResourceThrowableprotected void after()
after in class org.junit.rules.ExternalResourceCopyright © 2018 Grakn Labs Ltd. All rights reserved.