Class TestingMode


  • public class TestingMode
    extends java.lang.Object
    A utility class that enables automated tests to flag Multiverse for testing. This allows Multiverse to not perform certain behaviors such as enabled stats uploads.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestingMode()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void enable()  
      static boolean isDisabled()  
      • Methods inherited from class java.lang.Object

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

      • TestingMode

        public TestingMode()
    • Method Detail

      • enable

        public static void enable()
      • isDisabled

        public static boolean isDisabled()