Uses of Class
org.assertj.core.api.IteratorAssert
Packages that use IteratorAssert
-
Uses of IteratorAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type IteratorAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<Iterator, IteratorAssert<Object>> InstanceOfAssertFactories.ITERATORMethods in org.assertj.core.api that return IteratorAssertModifier and TypeMethodDescriptionstatic <ELEMENT> IteratorAssert<ELEMENT> Assertions.assertThat(Iterator<? extends ELEMENT> actual) Creates a new instance of.IteratorAssertstatic <ELEMENT> IteratorAssert<ELEMENT> AssertionsForInterfaceTypes.assertThat(Iterator<? extends ELEMENT> actual) Creates a new instance of.IteratorAssertdefault <T> IteratorAssert<T> Java6StandardSoftAssertionsProvider.assertThat(Iterator<? extends T> actual) Creates a new instance of.IteratorAssertdefault <T> IteratorAssert<T> WithAssertions.assertThat(Iterator<? extends T> actual) Creates a new instance of.IteratorAssertstatic <ELEMENT> IteratorAssert<ELEMENT> Assertions.assertThatIterator(Iterator<? extends ELEMENT> actual) Creates a new instance of.IteratorAssertstatic <ELEMENT> IteratorAssert<ELEMENT> AssertionsForInterfaceTypes.assertThatIterator(Iterator<? extends ELEMENT> actual) Creates a new instance of.IteratorAssertstatic <ELEMENT> IteratorAssert<ELEMENT> IteratorAssert.assertThatIterator(Iterator<? extends ELEMENT> actual) default <ELEMENT> IteratorAssert<ELEMENT> Java6StandardSoftAssertionsProvider.assertThatIterator(Iterator<? extends ELEMENT> actual) Creates a new instance of.IteratorAssertdefault <ELEMENT> IteratorAssert<ELEMENT> WithAssertions.assertThatIterator(Iterator<? extends ELEMENT> actual) Creates a new instance of.IteratorAssertstatic <ELEMENT> IteratorAssert<ELEMENT> Assumptions.assumeThat(Iterator<? extends ELEMENT> actual) Creates a new instance ofassumption.IteratorAssertdefault <ELEMENT> IteratorAssert<ELEMENT> WithAssumptions.assumeThat(Iterator<? extends ELEMENT> actual) Creates a new instance ofassumption.IteratorAssertstatic <ELEMENT> IteratorAssert<ELEMENT> Assumptions.assumeThatIterator(Iterator<? extends ELEMENT> actual) Creates a new instance ofassumption.IteratorAssertstatic <ELEMENT> IteratorAssert<ELEMENT> Creates a new assumption's instance for anIteratorvalue.static <ELEMENT> IteratorAssert<ELEMENT> BDDAssumptions.givenIterator(Iterator<? extends ELEMENT> actual) Creates a new assumption's instance of anvalue.Iteratorstatic <T> IteratorAssert<T> Creates a new instance of.IteratorAssertdefault <T> IteratorAssert<T> Creates a new instance of.IteratorAssertstatic <ELEMENT> IteratorAssert<ELEMENT> BDDAssertions.thenIterator(Iterator<? extends ELEMENT> actual) Creates a new instance of.IteratorAssertdefault <ELEMENT> IteratorAssert<ELEMENT> Java6BDDSoftAssertionsProvider.thenIterator(Iterator<? extends ELEMENT> actual) Creates a new instance of.IteratorAssertMethods in org.assertj.core.api that return types with arguments of type IteratorAssertModifier and TypeMethodDescriptionstatic <ELEMENT> InstanceOfAssertFactory<Iterator, IteratorAssert<ELEMENT>> InstanceOfAssertFactoryfor anIterator.