Modifier and Type | Method and Description |
---|---|
static CollectionAssert |
Assertions.assertThat(Collection<?> actual)
Creates a new instance of
. |
CollectionAssert |
CollectionAssert.onProperty(String propertyName)
Creates a new instance of
whose target collection contains the values of the
given property name from the elements of this CollectionAssert 's collection. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.