Class RuntimeBehavior


  • public final class RuntimeBehavior
    extends java.lang.Object
    This class houses handling all JVM arguments by TestNG
    • 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
    • Method Detail

      • isDryRun

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