
com.capitalone.dashboard.model.TestCaseStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hygieia-common Show documentation
Show all versions of hygieia-common Show documentation
Core package shared by API layer and Microservices
The newest version!
package com.capitalone.dashboard.model;
/**
* Denotes the status of a given {@link TestCase}.
*/
public enum TestCaseStatus {
Success, Failure, Skipped, Unknown
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy