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

com.github.bogdanlivadariu.reporting.testng.helpers.Constants Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package com.github.bogdanlivadariu.reporting.testng.helpers;

public class Constants {
    public static final String SKIPPED = "skipped";

    public static final String PASSED = "passed";

    public static final String FAILED = "failed";

    public static final String UNDEFINED = "undefined";

    private Constants() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy