com.fasteasytrade.jrandtest.tests.ResultStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ports-jrandtest Show documentation
Show all versions of ports-jrandtest Show documentation
Fork from https://github.com/cryptopony/jrandtest
The newest version!
package com.fasteasytrade.jrandtest.tests;
public enum ResultStatus {
PASS, FAIL, UNKNOWN;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy