Uses of Class
org.assertj.core.api.AbstractIteratorAssert
Packages that use AbstractIteratorAssert
-
Uses of AbstractIteratorAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractIteratorAssertModifier and TypeClassDescriptionclassAbstractIteratorAssert<SELF extends AbstractIteratorAssert<SELF,ELEMENT>, ELEMENT> Base class for all implementations of assertions forIterators.Subclasses of AbstractIteratorAssert in org.assertj.core.apiMethods in org.assertj.core.api that return AbstractIteratorAssertModifier and TypeMethodDescriptionstatic <T> AbstractIteratorAssert<?, T> Java6Assertions.assertThat(Iterator<? extends T> actual) Deprecated.Creates a new instance of.IteratorAssertstatic <T> AbstractIteratorAssert<?, T> Deprecated.Creates a new instance of.IteratorAssert