Class Util

java.lang.Object
com.thoughtworks.gauge.Util

public class Util extends Object
  • Constructor Details

    • Util

      public Util()
  • Method Details

    • workingDir

      public static File workingDir()
    • convertToCamelCase

      public static String convertToCamelCase(String s)
    • getValidJavaIdentifier

      public static String getValidJavaIdentifier(String s)
    • trimQuotes

      public static String trimQuotes(String text)
    • shouldTakeFailureScreenshot

      public static boolean shouldTakeFailureScreenshot()