Uses of Interface com.mockobjects.constraint.Constraint

Uses in package com.mockobjects.constraint

Classes implementing com.mockobjects.constraint.Constraint

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

Constructors with parameter type com.mockobjects.constraint.Constraint

Uses in package com.mockobjects.dynamic

Constructors with parameter type com.mockobjects.constraint.Constraint

Fields of type com.mockobjects.constraint.Constraint

Constraint
Constraint
Constraint
Constraint
Constraint

Methods with parameter type com.mockobjects.constraint.Constraint

Constraint
ConstraintMatcher
ConstraintMatcher
ConstraintMatcher
Constraint
Constraint

Methods with return type com.mockobjects.constraint.Constraint

Constraint
Constraint
C.eq(Object o)
Constraint
C.eq(double d)
Constraint
C.eq(int n)
Constraint
C.eq(long l)
Constraint
C.gt(char c)
Constraint
C.gt(double d)
Constraint
C.gt(int n)
Constraint
C.gt(long l)
Constraint
C.isA(Class c)
Constraint
C.lt(char c)
Constraint
C.lt(double d)
Constraint
C.lt(int n)
Constraint
C.lt(long l)
Constraint
Constraint
Constraint
C.same(Object o)

Copyright © 2002 Mock Objects. All Rights Reserved.