Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.46 KB

File metadata and controls

60 lines (41 loc) · 1.46 KB

JUnit Testcontainers

Build Status

Embedded testcontainers library to support JUnit tests for stateful services.

Usage

Include commons dependency and required datastore testcontainer dependency in your pom

Latest version : 1.0.6

commons maven dependency

 <groupId>io.appform.testcontainer</groupId>
 <artifactId>junit-testcontainer-commons</artifactId>
 <version>${current.version}</version>

aerospike container maven dependency

 <groupId>io.appform.testcontainer</groupId>
 <artifactId>junit-testcontainer-aerospike</artifactId>
 <version>${current.version}</version>

elasticsearch container maven dependency

 <groupId>io.appform.testcontainer</groupId>
 <artifactId>junit-testcontainer-elasticsearch</artifactId>
 <version>${current.version}</version>

rabbitmq container maven dependency

 <groupId>io.appform.testcontainer</groupId>
 <artifactId>junit-testcontainer-rabbitmq</artifactId>
 <version>${current.version}</version>

hbase container maven dependency

 <groupId>io.appform.testcontainer</groupId>
 <artifactId>junit-testcontainer-hbase</artifactId>
 <version>${current.version}</version>

License

MIT