com.thoughtworks.gauge
Class Gauge

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

public class Gauge
extends Object


Constructor Summary
Gauge()
           
 
Method Summary
static void writeMessage(String message)
           
static void writeMessage(String format, String... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gauge

public Gauge()
Method Detail

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


Copyright © 2015. All rights reserved.