Class AbstractGeodeTest

  • Direct Known Subclasses:
    GeodeAllDataTypesTest, GeodeBookstoreTest, GeodeZipsTest

    public abstract class AbstractGeodeTest
    extends java.lang.Object
    Base class that allows sharing same geode instance across all tests.

    Also, due to legacy reasons, there can't be more than one Geode instance (running in parallel) for a single JVM.

    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AbstractGeodeTest

        public AbstractGeodeTest()