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 TestParameterValueTestParameter.TestParameterValuesProvider. value(Object wrappedValue)Deprecated.Wraps the given value in an object that allows you to give the parameter value a different name.TestParameterValueTestParameterValuesProvider. value(Object wrappedValue)Wraps the given value in an object that allows you to give the parameter value a different name.TestParameterValueTestParameterValue. withName(String name)Returns a newTestParameterValueinstance that stores the given name.static TestParameterValueTestParameterValue. wrap(Object wrappedValue)Wraps the given value.