Class GeodeAssertions


  • class GeodeAssertions
    extends java.lang.Object
    Various validations for geode tests.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GeodeAssertions()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.util.function.Consumer<java.util.List> query​(java.lang.String query)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeodeAssertions

        private GeodeAssertions()
    • Method Detail

      • query

        static java.util.function.Consumer<java.util.List> query​(java.lang.String query)