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 RangeClass
    Modifier and Type
    Class
    Description
    @interface 
    @ByteRangeSource is an ArgumentsSource that provides access to a range of byte values.
    @interface 
    @DoubleRangeSource is an ArgumentsSource that provides access to a range of double values.
    @interface 
    @FloatRangeSource is an ArgumentsSource that provides access to a range of float values.
    @interface 
    @IntRangeSource is an ArgumentsSource that provides access to a range of int values.
    @interface 
    @LongRangeSource is an ArgumentsSource that provides access to a range of long values.
    @interface 
    @ShortRangeSource is an ArgumentsSource that provides access to a range of short values.