Uses of Interface
com.mockobjects.constraint.Constraint
Packages that use Constraint
-
Uses of Constraint in com.mockobjects.constraint
Classes in com.mockobjects.constraint that implement ConstraintModifier and TypeClassDescriptionclassCalculates the logical conjunction of two constraints.classA constraint that always returnstrue.classIs the value a number equal to a value within some range of acceptable error?classIs the value equal to another value, as tested by theObject.equals(java.lang.Object)method?classTests if the value is an event announced by a specific object.classIs the value greater than anotherComparablevalue?classTests whether the value is an instance of a class.classIs the value less than anotherComparablevalue?classCalculates the logical negation of a constraint.classIs the value null?classIs the value the same object as another value?classCalculates the logical disjunction of two constraints.Constructors in com.mockobjects.constraint with parameters of type ConstraintModifierConstructorDescriptionAnd(Constraint p1, Constraint p2) IsNot(Constraint p) Or(Constraint p1, Constraint p2) -
Uses of Constraint in com.mockobjects.dynamic
Fields in com.mockobjects.dynamic declared as ConstraintModifier and TypeFieldDescriptionstatic final ConstraintC.IS_FALSEstatic final Constraintstatic final Constraintstatic final ConstraintC.IS_TRUEstatic final ConstraintC.IS_ZEROMethods in com.mockobjects.dynamic that return ConstraintModifier and TypeMethodDescriptionstatic ConstraintC.and(Constraint p1, Constraint p2) static ConstraintC.eq(double d) static ConstraintC.eq(int n) static ConstraintC.eq(long l) static Constraintstatic ConstraintC.gt(char c) static ConstraintC.gt(double d) static ConstraintC.gt(int n) static ConstraintC.gt(long l) static Constraintstatic ConstraintC.lt(char c) static ConstraintC.lt(double d) static ConstraintC.lt(int n) static ConstraintC.lt(long l) static ConstraintC.not(Constraint p) static ConstraintC.or(Constraint p1, Constraint p2) static ConstraintMethods in com.mockobjects.dynamic with parameters of type ConstraintModifier and TypeMethodDescriptionstatic ConstraintC.and(Constraint p1, Constraint p2) static ConstraintMatcherC.args(Constraint p) static ConstraintMatcherC.args(Constraint p1, Constraint p2) static ConstraintMatcherC.args(Constraint p1, Constraint p2, Constraint p3) static ConstraintC.not(Constraint p) static ConstraintC.or(Constraint p1, Constraint p2) Constructors in com.mockobjects.dynamic with parameters of type ConstraintModifierConstructorDescriptionFullConstraintMatcher(Constraint[] constraints) FullConstraintMatcher(Constraint c1, Constraint c2, Constraint c3)