Interface IIteratorValidator
- All Known Implementing Classes:
IteratorValidator
public interface IIteratorValidator
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
assertHasNext
- Parameters:
iterator- the examined iterator, is considered to not have a next element when is null- Throws:
RuntimeException- if the given iterator does not have a next element
-