public static class Globals.ExitStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL_PASSED_WITH_WARNINGS
The tester ran as expected, and every test passed.
|
static int |
ALL_TESTS_PASSED
The tester ran as expected, and every test passed.
|
static int |
INFO_ONLY
User asks for --help, --version, or something similar.
|
static int |
INVALID_CIRCUIT
Bad circuit file
|
static int |
INVALID_PARAMETERS
At least one input was invalid.
|
static int |
INVALID_TEST_CLASS
User asked to load a file that is not a valid Java .class file
|
static int |
NO_EULA
User refused the EULA
|
static int |
PROGRAMMER_ERROR
Errors that should never happen
|
static int |
SOME_TEST_FAILED
The tester ran as expected, but at least one test failed.
|
Constructor and Description |
---|
ExitStatus() |
public static final int ALL_TESTS_PASSED
public static final int ALL_PASSED_WITH_WARNINGS
public static final int INFO_ONLY
public static final int SOME_TEST_FAILED
public static final int INVALID_PARAMETERS
public static final int PROGRAMMER_ERROR
public static final int NO_EULA
public static final int INVALID_CIRCUIT
public static final int INVALID_TEST_CLASS