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

com.capitalone.dashboard.model.TestCaseStatus Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package com.capitalone.dashboard.model;

/**
 * Denotes the status of a given {@link TestCase}.
 */
public enum TestCaseStatus {
    Success, Failure, Skipped, Unknown
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy