Uses of Class
org.assertj.core.api.SpliteratorAssert
Packages that use SpliteratorAssert
-
Uses of SpliteratorAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type SpliteratorAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<Spliterator,SpliteratorAssert<Object>> InstanceOfAssertFactories.SPLITERATORMethods in org.assertj.core.api that return SpliteratorAssertModifier and TypeMethodDescriptionstatic <ELEMENT> SpliteratorAssert<ELEMENT>Assertions.assertThat(Spliterator<ELEMENT> actual) Creates a new instance offrom the givenSpliteratorAssertSpliterator.static <ELEMENT> SpliteratorAssert<ELEMENT>AssertionsForInterfaceTypes.assertThat(Spliterator<ELEMENT> actual) Create assertion forSpliteratorAssert.default <ELEMENT> SpliteratorAssert<ELEMENT>StandardSoftAssertionsProvider.assertThat(Spliterator<ELEMENT> actual) Creates a new instance offrom the givenSpliteratorAssertSpliterator.default <ELEMENT> SpliteratorAssert<ELEMENT>WithAssertions.assertThat(Spliterator<ELEMENT> actual) Creates a new instance of.SpliteratorAssertstatic <ELEMENT> SpliteratorAssert<ELEMENT>SpliteratorAssert.assertThatSpliterator(Spliterator<ELEMENT> actual) static <ELEMENT> SpliteratorAssert<ELEMENT>BDDAssertions.then(Spliterator<ELEMENT> actual) Creates a new instance offrom the givenSpliteratorAssertSpliterator.default <ELEMENT> SpliteratorAssert<ELEMENT>BDDSoftAssertionsProvider.then(Spliterator<ELEMENT> actual) Creates a new instance offrom the givenSpliteratorAssertSpliterator.Methods in org.assertj.core.api that return types with arguments of type SpliteratorAssertModifier and TypeMethodDescriptionstatic <ELEMENT> InstanceOfAssertFactory<Spliterator,SpliteratorAssert<ELEMENT>> InstanceOfAssertFactories.spliterator(Class<ELEMENT> elementType)