Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mockobjects.dynamic
Interface ConstraintMatcher  view ConstraintMatcher download ConstraintMatcher.java

All Known Implementing Classes:
AnyConstraintMatcher, FullConstraintMatcher

public interface ConstraintMatcher


Method Summary
 java.lang.Object[] getConstraints()
           
 boolean matches(java.lang.Object[] args)
           
 

Method Detail

matches

public boolean matches(java.lang.Object[] args)

getConstraints

public java.lang.Object[] getConstraints()