/junit-testing

Useful extensions for and other additions to JUnit5

Primary LanguageJavaApache License 2.0Apache-2.0

junit-testing

This project aims to provide you with useful extensions for and other additions to JUnit5.

junit-common

Provides commonly used code for junit-testing projects.

junit-testing-common

Provides commonly used test code for junit-testing projects.

enum-test-base

Abstract test base class for enums. The default behaviour is to ensure 100% coverage on standard enums, so there is no longer an excuse for you not to write any tests for your enums.

file-assertions

Assertions for files and their content.

junit-env-extension

The extension provides you with an infrastructure for setting up and tearing down long running environments during your tests, something that you would not want to do before or after each test or before or after each test class.

For example starting and stopping an embedded Hadoop mini cluster or an embedded Kafka. Another example would be to pull and start a given docker image before that the first test is executed and tear it down when all tests have been executed.

junit-env-hadoop-mini-clusters

Work in progress.

References