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 TypeMethodDescriptionArgumentsAccessor.get
(int index) Get the value of the argument at the given index as anObject
.<T> T
Get the value of the argument at the given index as an instance of the required type.ArgumentsAccessor.getBoolean
(int index) Get the value of the argument at the given index as aBoolean
, performing automatic type conversion as necessary.ArgumentsAccessor.getByte
(int index) Get the value of the argument at the given index as aByte
, performing automatic type conversion as necessary.ArgumentsAccessor.getCharacter
(int index) Get the value of the argument at the given index as aCharacter
, performing automatic type conversion as necessary.ArgumentsAccessor.getDouble
(int index) Get the value of the argument at the given index as aDouble
, performing automatic type conversion as necessary.ArgumentsAccessor.getFloat
(int index) Get the value of the argument at the given index as aFloat
, performing automatic type conversion as necessary.ArgumentsAccessor.getInteger
(int index) Get the value of the argument at the given index as aInteger
, performing automatic type conversion as necessary.ArgumentsAccessor.getLong
(int index) Get the value of the argument at the given index as aLong
, performing automatic type conversion as necessary.ArgumentsAccessor.getShort
(int index) Get the value of the argument at the given index as aShort
, performing automatic type conversion as necessary.ArgumentsAccessor.getString
(int index) Get the value of the argument at the given index as aString
, performing automatic type conversion as necessary.