Class ArgumentsUtils


  • final class ArgumentsUtils
    extends java.lang.Object
    Collection of utilities for working with Arguments.
    Since:
    5.11, when it was extracted from MethodArgumentsProvider
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ArgumentsUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static Arguments toArguments​(java.lang.Object item)
      Convert the supplied object into an Arguments instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArgumentsUtils

        private ArgumentsUtils()
    • Method Detail

      • toArguments

        static Arguments toArguments​(java.lang.Object item)
        Convert the supplied object into an Arguments instance.