Package | Description |
---|---|
fr.gouv.vitam.common.junit |
Specific Package for Junit Support
|
Modifier and Type | Method and Description |
---|---|
static JunitHelper.ElasticsearchTestConfiguration |
JunitHelper.startElasticsearchForTest(org.junit.rules.TemporaryFolder tempFolder,
String clusterName)
Helper to start an Elasticsearch server (recommended version)
|
static JunitHelper.ElasticsearchTestConfiguration |
JunitHelper.startElasticsearchForTest(org.junit.rules.TemporaryFolder tempFolder,
String clusterName,
int tcpPort,
int httpPort)
Helper to start an Elasticsearch server (unrecommended version)
|
Modifier and Type | Method and Description |
---|---|
static void |
JunitHelper.stopElasticsearchForTest(JunitHelper.ElasticsearchTestConfiguration config)
Stop the Elasticsearch server started through start ElasticsearchForTest
|
Copyright © 2018 Vitam. All rights reserved.