psdi.unittest.util

Class MaxUnitTestBase

  • java.lang.Object
    • psdi.unittest.util.MaxUnitTestBase
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static boolean online 
      protected static java.util.Random random 
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaxUnitTestBase() 
    • Field Detail

      • random

        protected static java.util.Random random
      • online

        public static boolean online
    • Constructor Detail

      • MaxUnitTestBase

        public MaxUnitTestBase()
    • Method Detail

      • setUp

        public static void setUp()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • contextSetUp

        public void contextSetUp()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • runningLocal

        protected static boolean runningLocal()
      • tearDown

        public static void tearDown()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getUserInfo

        protected UserInfo getUserInfo()
      • log

        protected void log(java.lang.String msg,
                           java.lang.Object[] params)
      • rand

        protected java.lang.String rand(java.lang.String prefix,
                                        int max)