Skip to content

Overview

JUnit Converters is a collection of JUnit Framework converters for parameterized classes and tests.

Compatibility

JUnit Converters is based on the JUnit Framework 5 and requires Java 8 or higher.

Getting Started

JUnit Converters

<dependency>
  <groupId>io.github.scordio</groupId>
  <artifactId>junit-converters</artifactId>
  <version>${junit-converters.version}</version>
  <scope>test</scope>
</dependency>
testImplementation("io.github.scordio:junit-converters:${junitConvertersVersion}")

For instructions on how to use it with the JUnit Framework, see the Converters section.