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

com.jupiter.tools.stress.test.concurrency.testrunner.OneIterationTestResult Maven / Gradle / Ivy

The newest version!
package com.jupiter.tools.stress.test.concurrency.testrunner;

/**
 * Created on 13.09.2018.
 *
 * Result of execution one iteration of test case
 *
 * @author Korovin Anatoliy
 */
public enum OneIterationTestResult {
    OK,
    FAIL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy