Modifier and Type | Method and Description |
---|---|
static IteratorAssert |
Assertions.assertThat(Iterable<?> actual)
Creates a new instance of
. |
static IteratorAssert |
Assertions.assertThat(Iterator<?> actual)
Creates a new instance of
. |
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-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.