Package com.thoughtworks.gauge
Class Gauge
java.lang.Object
com.thoughtworks.gauge.Gauge
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidsetInstanceManager(ClassInstanceManager instanceManager) static voidwriteMessage(String message) static voidwriteMessage(String format, String... args)
-
Constructor Details
-
Gauge
public Gauge()
-
-
Method Details
-
setInstanceManager
-
writeMessage
- Parameters:
message- - Custom message that can be added at runtime that will be visible in reports.
-
writeMessage
- Parameters:
format- - Custom messages that can be added at runtime that will be visible in reports. Format of the string messageargs- - Arguments for the format string as passed into String.format()
-
captureScreenshot
public static void captureScreenshot()
-