Class ArgumentsUtils
java.lang.Object
org.junit.jupiter.params.provider.ArgumentsUtils
Collection of utilities for working with
Arguments.- Since:
- 5.11, when it was extracted from
MethodArgumentsProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ArgumentstoArguments(Object item) Convert the supplied object into anArgumentsinstance.
-
Constructor Details
-
ArgumentsUtils
private ArgumentsUtils()
-
-
Method Details
-
toArguments
-