T - the type of elements of the "actual" value.public class IterableAssert<T> extends AbstractIterableAssert<IterableAssert<T>,Iterable<T>,T>
Iterable.
To create an instance of this class, invoke .
Assertions.assertThat(Iterable)
actual, info, myself| Modifier | Constructor and Description |
|---|---|
protected |
IterableAssert(Iterable<T> actual) |
protected |
IterableAssert(Iterator<T> actual) |
are, areAtLeast, areAtMost, areExactly, areNot, areNotAtLeast, areNotAtMost, areNotExactly, contains, containsAll, containsExactly, containsNull, containsOnly, containsSequence, doesNotContain, doesNotContainNull, doesNotHaveDuplicates, doNotHave, doNotHaveAtLeast, doNotHaveAtMost, doNotHaveExactly, endsWith, extracting, extracting, hasSameSizeAs, hasSameSizeAs, hasSize, have, haveAtLeast, haveAtMost, haveExactly, isEmpty, isNotEmpty, isNullOrEmpty, isSubsetOf, startsWith, usingDefaultElementComparator, usingElementComparatoras, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparatorCopyright © 2013 AssertJ. All Rights Reserved.