Class TesterRequirements
java.lang.Object
com.google.common.collect.testing.features.TesterRequirements
Encapsulates the constraints that a class under test must satisfy in order for a tester method to
be run against that class.
- Author:
- George van den Driessche
-
Constructor Summary
ConstructorsConstructorDescriptionTesterRequirements
(Set<Feature<?>> presentFeatures, Set<Feature<?>> absentFeatures) -
Method Summary
-
Constructor Details
-
TesterRequirements
-
TesterRequirements
-
TesterRequirements
public TesterRequirements()
-
-
Method Details
-
getPresentFeatures
-
getAbsentFeatures
-
equals
-
hashCode
-
toString
-