Package org.assertj.core.internal
Class Iterators
java.lang.Object
org.assertj.core.internal.Iterators
Reusable assertions for
Iterators.- Author:
- Stephan Windmüller
-
Method Summary
Modifier and TypeMethodDescriptionvoidassertHasNext(AssertionInfo info, Iterator<?> actual) voidassertIsExhausted(AssertionInfo info, Iterator<?> actual) static Iteratorsinstance()Returns the singleton instance of this class.
-
Method Details
-
instance
Returns the singleton instance of this class.- Returns:
- the singleton instance of this class.
-
assertHasNext
-
assertIsExhausted
-