Class Gauge


  • public class Gauge
    extends Object
    • Constructor Detail

      • Gauge

        public Gauge()
    • Method Detail

      • setInstanceManager

        public static void setInstanceManager​(ClassInstanceManager instanceManager)
      • writeMessage

        public static void writeMessage​(String message)
        Parameters:
        message - - Custom message that can be added at runtime that will be visible in reports.
      • writeMessage

        public static void writeMessage​(String format,
                                        String... args)
        Parameters:
        format - - Custom messages that can be added at runtime that will be visible in reports. Format of the string message
        args - - Arguments for the format string as passed into String.format()
      • captureScreenshot

        public static void captureScreenshot()