org.infinitest.toolkit
Class CollectionMatchers

java.lang.Object
  extended by org.infinitest.toolkit.CollectionMatchers

public abstract class CollectionMatchers
extends Object

Hamcrest matchers that verify the characteristics of collections.

Author:
Paul Holser

Constructor Summary
CollectionMatchers()
           
 
Method Summary
static org.hamcrest.Matcher<Collection<?>> hasSameContentsAs(Collection<?> comparand)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionMatchers

public CollectionMatchers()
Method Detail

hasSameContentsAs

public static org.hamcrest.Matcher<Collection<?>> hasSameContentsAs(Collection<?> comparand)


© Copyright 2009 Paul R. Holser, Jr. All rights reserved. pholser@alumni.rice.edu