Uses of Class
org.fest.assertions.IteratorAssert

Uses of IteratorAssert in org.fest.assertions
 

Methods in org.fest.assertions that return IteratorAssert
static IteratorAssert Assertions.assertThat(Iterable<?> actual)
          Creates a new instance of IteratorAssert.
static IteratorAssert Assertions.assertThat(Iterator<?> actual)
          Creates a new instance of IteratorAssert.
protected  IteratorAssert IteratorAssert.onProperty(String propertyName)
          Creates a new group of objects whose target collection contains the values of the given property name from the elements of the actual group of objects.
 



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