Uses of Class
com.google.testing.junit.testparameterinjector.TestParameterValue
-
-
Uses of TestParameterValue in com.google.testing.junit.testparameterinjector
Methods in com.google.testing.junit.testparameterinjector that return TestParameterValue Modifier and Type Method Description default TestParameterValue
TestParameter.TestParameterValuesProvider. value(Object wrappedValue)
Deprecated.Wraps the given value in an object that allows you to give the parameter value a different name.TestParameterValue
TestParameterValuesProvider. value(Object wrappedValue)
Wraps the given value in an object that allows you to give the parameter value a different name.TestParameterValue
TestParameterValue. withName(String name)
Returns a newTestParameterValue
instance that stores the given name.static TestParameterValue
TestParameterValue. wrap(Object wrappedValue)
Wraps the given value.
-