Class PaginationAssertionVerbs<C>


  • public class PaginationAssertionVerbs<C>
    extends java.lang.Object
    Pagination related assertions
    Author:
    Paul Brodner
    • Method Detail

      • is

        public C is​(java.lang.String expected)
             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • isNot

        public C isNot​(java.lang.Object expected)
                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • isNotEmpty

        public C isNotEmpty()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • isNotNull

        public C isNotNull()
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • isNotPresent

        public C isNotPresent()
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • isEmpty

        public C isEmpty()
                  throws java.lang.Exception
        Throws:
        java.lang.Exception