Class TestSupport.TestMode

  • Enclosing class:
    TestSupport

    public static final class TestSupport.TestMode
    extends java.lang.Object
    Describes the current test mode.
    • Method Detail

      • isSnapshotsEnabled

        public boolean isSnapshotsEnabled()
        Are snapshots enabled.
      • snapshotRestoreInterval

        public int snapshotRestoreInterval()
        How often the snapshot is restored. 1 means restore every snapshot, 2 every other snapshot.
      • inboxLimit

        public int inboxLimit()
        Size limit of the inbox.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object