Uses of Annotation Type
org.junitpioneer.jupiter.params.RangeClass
Packages that use RangeClass
Package
Description
Several extensions for working with
ParameterizedTests.-
Uses of RangeClass in org.junitpioneer.jupiter.params
Classes in org.junitpioneer.jupiter.params with annotations of type RangeClassModifier and TypeClassDescription@interface@ByteRangeSourceis anArgumentsSourcethat provides access to a range ofbytevalues.@interface@DoubleRangeSourceis anArgumentsSourcethat provides access to a range ofdoublevalues.@interface@FloatRangeSourceis anArgumentsSourcethat provides access to a range offloatvalues.@interface@IntRangeSourceis anArgumentsSourcethat provides access to a range ofintvalues.@interface@LongRangeSourceis anArgumentsSourcethat provides access to a range oflongvalues.@interface@ShortRangeSourceis anArgumentsSourcethat provides access to a range ofshortvalues.