Class Gauge

java.lang.Object
com.thoughtworks.gauge.Gauge

public class Gauge extends Object
  • Constructor Details

    • Gauge

      public Gauge()
  • Method Details

    • 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()