Constants
Constants defined in the Solar_Test
class.
EXIT_TERM
Exit code for premature termination from error or exception.
Value: (integer)
0
EXIT_FAIL
Exit code for a failed test.
Value: (integer)
101
EXIT_TODO
Exit code for an incomplete test.
Value: (integer)
102
EXIT_SKIP
Exit code for a skipped test.
Value: (integer)
103
EXIT_PASS
Exit code for a successful test.
Value: (integer)
104