com.jupiter.tools.stress.test.concurrency.testrunner.OneIterationTestResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stress-test Show documentation
Show all versions of stress-test Show documentation
JUnit5 Extensions Suite to make stress tests
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