M like Minimalist, a library which helps you in setting up parameterized tests and prioritise them in case you don't have enough time to execute all of them.
❗ You are taking a sneak peek at the next version. It could be that some features you find on this page are not released yet.
Please have a look at the README of the corresponding release/git tag. Latest version: README of v1.1.0.
Table of Content
Minimalist is published to maven central.
build.gradle.kts:
repositories {
mavenCentral()
}
dependencies {
testImplementation("com.tegonal.minimalist:minimalist:1.1.0")
}
Code documentation can be found on github-pages: https://tegonal.github.io/minimalist/latest#/kdoc.
Minimalist is licensed under European Union Public Licence 1.2.
Minimalist is using
- junit-jupiter-params licensed under EPL 2.0