Class ShouldBeExhausted

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeExhausted
All Implemented Interfaces:
ErrorMessageFactory

public class ShouldBeExhausted extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that an Iterator has no more elements failed.
Author:
Stephan Windmüller