Package org.assertj.core.internal
Class Iterators
java.lang.Object
org.assertj.core.internal.Iterators
Reusable assertions for
Iterator
s.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
assertHasNext
(AssertionInfo info, Iterator<?> actual) void
assertIsExhausted
(AssertionInfo info, Iterator<?> actual) static Iterators
instance()
Returns the singleton instance of this class.
-
Field Details
-
INSTANCE
-
failures
Failures failures
-
-
Constructor Details
-
Iterators
Iterators()
-
-
Method Details
-
instance
Returns the singleton instance of this class.- Returns:
- the singleton instance of this class.
-
assertHasNext
-
assertIsExhausted
-