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

com.applitools.eyes.TestResultsStatus Maven / Gradle / Ivy

The newest version!
package com.applitools.eyes;

public enum TestResultsStatus {
    Passed,
    Unresolved,
    Failed,
    NotOpened,
    Disabled
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy