Package com.thoughtworks.gauge
Class Util
- java.lang.Object
-
- com.thoughtworks.gauge.Util
-
public class Util extends Object
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringconvertToCamelCase(String s)static StringgetValidJavaIdentifier(String s)static booleanshouldTakeFailureScreenshot()static StringtrimQuotes(String text)static FileworkingDir()
-
-
-
Method Detail
-
workingDir
public static File workingDir()
-
shouldTakeFailureScreenshot
public static boolean shouldTakeFailureScreenshot()
-
-