Uses of Class
org.fest.assertions.CollectionAssert

Uses of CollectionAssert in org.fest.assertions
 

Methods in org.fest.assertions that return CollectionAssert
static CollectionAssert Assertions.assertThat(Collection<?> actual)
          Creates a new instance of CollectionAssert.
 CollectionAssert CollectionAssert.onProperty(String propertyName)
          Creates a new instance of CollectionAssert whose target collection contains the values of the given property name from the elements of this CollectionAssert's collection.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.