Uses of Package
org.junitpioneer.jupiter.params
Packages that use org.junitpioneer.jupiter.params
Package
Description
Several extensions for working with
ParameterizedTests.-
Classes in org.junitpioneer.jupiter.params used by org.junitpioneer.jupiter.paramsClassDescription
@ByteRangeSourceis anArgumentsSourcethat provides access to a range ofbytevalues.@DisableIfAllArgumentsis a JUnit Jupiter extension that selectively disables aParameterizedTestexecution if all arguments (as defined byObject.toString()) satisfy the specified condition.@DisableIfAnyArgumentis a JUnit Jupiter extension that selectively disables aParameterizedTestexecution if at least one argument (as defined byObject.toString()) satisfies the specified condition.@DisableIfArgumentis a JUnit Jupiter extension that selectively disables aParameterizedTestexecution if the specified argument (as defined byObject.toString()) satisfies the specified condition.@DisableIfDisplayNameis a JUnit Jupiter extension that can be used to selectively disable aParameterizedTestexecution based on theirdisplay name.@DoubleRangeSourceis anArgumentsSourcethat provides access to a range ofdoublevalues.@FloatRangeSourceis anArgumentsSourcethat provides access to a range offloatvalues.@IntRangeSourceis anArgumentsSourcethat provides access to a range ofintvalues.@LongRangeSourceis anArgumentsSourcethat provides access to a range oflongvalues.An iterator for numerical ranges, used as the backing logic forRangeSourceArgumentsProvider.A meta-annotation that dictates whichRangean annotation supplies the range for.@ShortRangeSourceis anArgumentsSourcethat provides access to a range ofshortvalues.