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>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>Creates a new assumption's instance for anIteratorvalue.static <T> IteratorAssert<T>Creates a new instance of.IteratorAssertdefault <T> IteratorAssert<T>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.