jdave.containment
Class InPartialOrderContainment

java.lang.Object
  extended by jdave.containment.CollectionContainment
      extended by jdave.containment.InPartialOrderContainment
All Implemented Interfaces:
IContainment

public class InPartialOrderContainment
extends CollectionContainment

Author:
Esko Luontola, Joni Freeman

Field Summary
 
Fields inherited from class jdave.containment.CollectionContainment
elements
 
Constructor Summary
InPartialOrderContainment(java.util.Collection<?> elements)
           
InPartialOrderContainment(java.lang.Iterable<?> elements)
           
InPartialOrderContainment(java.util.Iterator<?> elements)
           
 
Method Summary
 boolean matches(java.util.Collection<?> actual)
           
protected  IEqualityCheck newEqualityCheck(java.lang.Object expected)
           
 
Methods inherited from class jdave.containment.CollectionContainment
error, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InPartialOrderContainment

public InPartialOrderContainment(java.util.Collection<?> elements)

InPartialOrderContainment

public InPartialOrderContainment(java.util.Iterator<?> elements)

InPartialOrderContainment

public InPartialOrderContainment(java.lang.Iterable<?> elements)
Method Detail

matches

public boolean matches(java.util.Collection<?> actual)

newEqualityCheck

protected IEqualityCheck newEqualityCheck(java.lang.Object expected)


Copyright © 2007. All Rights Reserved.