Interface TestParameter.TestParameterValuesProvider

    • Method Detail

      • provideValues

        List<?> provideValues()
        Deprecated.
      • value

        default TestParameterValue value​(@Nullable
                                         Object wrappedValue)
        Deprecated.
        Wraps the given value in an object that allows you to give the parameter value a different name. The TestParameterInjector framework will recognize the returned TestParameterValue instances and unwrap them at injection time.

        Usage: value(file.content).withName(file.name).

        Do not override this method.