Package com.google.common.testing
Class ClassSanityTester.ParameterHasNoDistinctValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.common.testing.ClassSanityTester.ParameterHasNoDistinctValueException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ClassSanityTester
static class ClassSanityTester.ParameterHasNoDistinctValueException extends java.lang.Exception
Thrown if the test fails to generate two distinct non-null values of a constructor or factory parameter in order to testObject.equals(java.lang.Object)
andObject.hashCode()
of the declaring class.
-
-
Constructor Summary
Constructors Constructor Description ParameterHasNoDistinctValueException(Parameter parameter)
-
-
-
Constructor Detail
-
ParameterHasNoDistinctValueException
ParameterHasNoDistinctValueException(Parameter parameter)
-
-