describeValue abstract method
- T value
Returns the string that will be used to both add to the test description, and be printed when a test fails for this variation.
Implementation
String describeValue(T value);
Returns the string that will be used to both add to the test description, and be printed when a test fails for this variation.
String describeValue(T value);