Class Qase

java.lang.Object
io.qase.cucumber3.Qase

public class Qase extends Object
  • Constructor Details

    • Qase

      public Qase()
  • Method Details

    • comment

      public static void comment(String message)
    • attach

      public static void attach(String... files)
    • attach

      public static void attach(String fileName, String content, String contentType)
    • attach

      public static void attach(String fileName, byte[] content, String contentType)