Package com.mockobjects.constraint


package com.mockobjects.constraint
  • Class
    Description
    Calculates the logical conjunction of two constraints.
    A constraint over acceptable values.
    A constraint that always returns true.
    Is the value a number equal to a value within some range of acceptable error?
    Is the value equal to another value, as tested by the Object.equals(java.lang.Object) method?
    Tests if the value is an event announced by a specific object.
    Is the value greater than another Comparable value?
    Tests whether the value is an instance of a class.
    Is the value less than another Comparable value?
    Calculates the logical negation of a constraint.
    Is the value null?
    Is the value the same object as another value?
    Calculates the logical disjunction of two constraints.