public class DistributionContext
extends org.junit.rules.ExternalResource
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
DistributionContext |
inheritIO(boolean inheritIO) |
int |
port() |
DistributionContext |
port(int port) |
boolean |
restart() |
static DistributionContext |
startInMemoryEngineProcess() |
static DistributionContext |
startSingleQueueEngineProcess() |
public static DistributionContext startSingleQueueEngineProcess()
public static DistributionContext startInMemoryEngineProcess()
public DistributionContext port(int port)
public DistributionContext inheritIO(boolean inheritIO)
public boolean restart()
throws IOException
IOExceptionpublic int port()
public void before()
throws Throwable
before in class org.junit.rules.ExternalResourceThrowablepublic void after()
after in class org.junit.rules.ExternalResourceCopyright © 2017 Grakn Labs Ltd. All rights reserved.