io.orangebeard.client.entity.test.TestStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Orangebeard Java Client, to be used in Orangebeard Java Listeners
package io.orangebeard.client.entity.test;
public enum TestStatus {
PASSED,
FAILED,
SKIPPED,
STOPPED,
TIMED_OUT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy