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

com.katalon.platform.api.report.LogStatus Maven / Gradle / Ivy

There is a newer version: 1.0.21
Show newest version
package com.katalon.platform.api.report;

public enum LogStatus {
    PASSED, FAILED, INCOMPLETE, ERROR, INFO, WARNING, NOT_RUN, SKIPPED;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy