| License |
License |
|---|---|
| Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
| GroupId | GroupIdorg.elasticsearch.qa |
| ArtifactId | ArtifactIdsmoke-test-command-line-params |
| Version | Version2.4.6 |
| Type | Typejar |
| Description |
DescriptionQA: Smoke Test Command Line Params
Tests command line params such as -p pidfile work. Currently only tests pid file. Note that we cannot have this as vagrant tests only because windows needs to be checked as well.
|
<!-- https://jarcasting.com/artifacts/org.elasticsearch.qa/smoke-test-command-line-params/ -->
<dependency>
<groupId>org.elasticsearch.qa</groupId>
<artifactId>smoke-test-command-line-params</artifactId>
<version>2.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.qa/smoke-test-command-line-params/
implementation 'org.elasticsearch.qa:smoke-test-command-line-params:2.4.6'
// https://jarcasting.com/artifacts/org.elasticsearch.qa/smoke-test-command-line-params/
implementation ("org.elasticsearch.qa:smoke-test-command-line-params:2.4.6")
'org.elasticsearch.qa:smoke-test-command-line-params:jar:2.4.6'
<dependency org="org.elasticsearch.qa" name="smoke-test-command-line-params" rev="2.4.6">
<artifact name="smoke-test-command-line-params" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.qa', module='smoke-test-command-line-params', version='2.4.6')
)
libraryDependencies += "org.elasticsearch.qa" % "smoke-test-command-line-params" % "2.4.6"
[org.elasticsearch.qa/smoke-test-command-line-params "2.4.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.elasticsearch : elasticsearch | test-jar | 2.4.6 |
| org.apache.httpcomponents : httpclient | jar | 4.3.6 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.apache.lucene : lucene-test-framework | jar | 5.5.4 |