Class RuntimeBehavior


  • public final class RuntimeBehavior
    extends java.lang.Object
    This class houses handling all JVM arguments by TestNG
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RuntimeBehavior()  
    • Method Summary

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

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

      • RuntimeBehavior

        private RuntimeBehavior()
    • Method Detail

      • isDryRun

        public static boolean isDryRun()
        Returns:
        - returns true if we would like to run in the Dry mode and false otherwise.