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

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

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

public class Constants {
    public static final String PASSED = "passed";

    public static final String FAILED = "failed";

    public static final String ERRORED = "errored";

    protected static final String SKIPPED = "skipped";

    public static final String UNDEFINED = "undefined";

    private Constants() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy