Uses of Class
org.junit.jupiter.params.aggregator.ArgumentAccessException
Packages that use ArgumentAccessException
Package
Description
-
Uses of ArgumentAccessException in org.junit.jupiter.params.aggregator
Methods in org.junit.jupiter.params.aggregator that throw ArgumentAccessExceptionModifier and TypeMethodDescription@Nullable Object
ArgumentsAccessor.get
(int index) Get the value of the argument at the given index as anObject
.<T> @Nullable T
Get the value of the argument at the given index as an instance of the required type.@Nullable Boolean
ArgumentsAccessor.getBoolean
(int index) Get the value of the argument at the given index as aBoolean
, performing automatic type conversion as necessary.@Nullable Byte
ArgumentsAccessor.getByte
(int index) Get the value of the argument at the given index as aByte
, performing automatic type conversion as necessary.@Nullable Character
ArgumentsAccessor.getCharacter
(int index) Get the value of the argument at the given index as aCharacter
, performing automatic type conversion as necessary.@Nullable Double
ArgumentsAccessor.getDouble
(int index) Get the value of the argument at the given index as aDouble
, performing automatic type conversion as necessary.@Nullable Float
ArgumentsAccessor.getFloat
(int index) Get the value of the argument at the given index as aFloat
, performing automatic type conversion as necessary.@Nullable Integer
ArgumentsAccessor.getInteger
(int index) Get the value of the argument at the given index as aInteger
, performing automatic type conversion as necessary.@Nullable Long
ArgumentsAccessor.getLong
(int index) Get the value of the argument at the given index as aLong
, performing automatic type conversion as necessary.@Nullable Short
ArgumentsAccessor.getShort
(int index) Get the value of the argument at the given index as aShort
, performing automatic type conversion as necessary.@Nullable String
ArgumentsAccessor.getString
(int index) Get the value of the argument at the given index as aString
, performing automatic type conversion as necessary.