Skip to content

Latest commit

 

History

77 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.14

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>

zookeeper container maven dependency

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

License

MIT

About

Testcontainers to support junit/integration tests for stateful services

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages