com.mockobjects.constraint
Class IsInstanceOf
java.lang.Object
com.mockobjects.constraint.IsInstanceOf
- Constraint
public class IsInstanceOf
extends java.lang.Object
Tests whether the value is an instance of a class.
IsInstanceOf(Class theclass) - Creates a new instance of IsInstanceOf
|
IsInstanceOf
public IsInstanceOf(Class theclass)
Creates a new instance of IsInstanceOf
theclass
- The predicate evaluates to true for instances of this class
or one of its subclasses.
toString
public String toString()
Copyright © 2002 Mock Objects. All Rights Reserved.