Module org.junit.jupiter.params
JUnit Jupiter extension for parameterized tests.
- Since:
- 5.0
-
-
Packages
Exports Package Description org.junit.jupiter.params JUnit Jupiter extension for parameterized tests.org.junit.jupiter.params.aggregator org.junit.jupiter.params.converter ArgumentConverter
implementations and the corresponding@ConvertWith
annotation.org.junit.jupiter.params.provider ArgumentsProvider
implementations and their correspondingArgumentsSource
annotations.org.junit.jupiter.params.support Support classes for building providers and converters for arguments.
-
Modules
Requires Modifier Module Description transitive org.junit.jupiter.api Defines JUnit Jupiter API for writing tests.transitive org.junit.platform.commons Common APIs and support utilities for the JUnit Platform.
-