All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qase.cucumber7.Qase Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
package io.qase.cucumber7;

import io.qase.commons.Methods;

public class Qase {
    public static void comment(String message) {
        Methods.addComment(message);
    }

    public static void attach(String... files) {
        Methods.addAttachments(files);
    }

    public static void attach(String fileName, String content, String contentType) {
        Methods.addAttachment(fileName, content, contentType);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy