Class TestParameters.TestParametersValues
java.lang.Object
com.google.testing.junit.testparameterinjector.TestParameters.TestParametersValues
- Enclosing class:
- TestParameters
A set of parameters for a single method invocation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Builder forTestParameters.TestParametersValues
. -
Method Summary
-
Method Details
-
name
A name for this set of parameters that will be used for describing this test.Example: If a test method is called "personIsAdult" and this name is "teenager", the name of the resulting test will be "personIsAdult[teenager]".
-
parametersMap
A map, mapping parameter names to their values. -
builder
-