Elasticsearch 2 Resource

Parent module of reusable Testify LocalResourceProvider implementations

License

License

Categories

Categories

H2 Data Databases Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.testifyproject.resources
ArtifactId

ArtifactId

elasticsearch2
Last Version

Last Version

0.9.5
Release Date

Release Date

Type

Type

jar
Description

Description

Elasticsearch 2 Resource
Parent module of reusable Testify LocalResourceProvider implementations
Project Organization

Project Organization

Sharmarke Aden

Download elasticsearch2

How to add to project

<!-- https://jarcasting.com/artifacts/org.testifyproject.resources/elasticsearch2/ -->
<dependency>
    <groupId>org.testifyproject.resources</groupId>
    <artifactId>elasticsearch2</artifactId>
    <version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.resources/elasticsearch2/
implementation 'org.testifyproject.resources:elasticsearch2:0.9.5'
// https://jarcasting.com/artifacts/org.testifyproject.resources/elasticsearch2/
implementation ("org.testifyproject.resources:elasticsearch2:0.9.5")
'org.testifyproject.resources:elasticsearch2:jar:0.9.5'
<dependency org="org.testifyproject.resources" name="elasticsearch2" rev="0.9.5">
  <artifact name="elasticsearch2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.resources', module='elasticsearch2', version='0.9.5')
)
libraryDependencies += "org.testifyproject.resources" % "elasticsearch2" % "0.9.5"
[org.testifyproject.resources/elasticsearch2 "0.9.5"]

Dependencies

compile (3)

Group / Artifact Type Version
org.elasticsearch : elasticsearch jar 2.4.4
net.java.dev.jna : jna jar 4.2.2
org.testifyproject.external : external-guava jar 0.9.8

provided (3)

Group / Artifact Type Version
org.testifyproject : api jar 0.9.9
org.testifyproject : core jar 0.9.9
org.testifyproject.tools : test-logger jar 0.9.8

test (4)

Group / Artifact Type Version
org.testifyproject.junit4 : unit-test jar 0.9.9
junit : junit jar 4.12
org.mockito : mockito-core jar 2.5.4
org.assertj : assertj-core jar 3.5.2

Project Modules

There are no modules declared in this project.

Resources

Build Status Join the chat on Gitter CodecovIO Maven Central License

Overview

A repository that contains reusable collection of test resource provider implementations.

Learning

  • Testify documentation is available [here][docs].
  • Take a look at [Test Driven Development][tdd-presentation] presentation.
  • Examples code can be found [here][examples].
  • Read [Java for Small Team][java-for-small-team] eBook.

Issue Tracking

Report issues via the Github Issues. Think you've found a bug? Please consider submitting a reproduction project via the a new Github Issue.

Building from Source

Testify uses a Maven-based build system. To build from source follow the bellow instructions:

Prerequisites

Check out sources

$ git clone [email protected]:testify-project/local-resources.git

or

$ git clone https://github.com/testify-project/local-resources.git

Install all Testify jars into your local Maven cache

$ mvn install -Dmaven.test.skip

Compile and test and build all jars

$ mvn clean install

Staying in Touch

License

The Testify is released under Apache Software License, Version 2.0.

Enjoy and keep on Testifying!

org.testifyproject.resources

Testify Project

A Java Testing Framework faithful to sound testing principles and best practices.

Versions

Version
0.9.5
0.9.4
0.9.3
0.9.2