Skip to content

Testcontainers to support junit/integration tests for stateful services

License

Notifications You must be signed in to change notification settings

appform-io/junit-testcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published