package foundation.pEp.pitytest; public enum TestState { UNEVALUATED, SKIPPED, SUCCESS, FAILED, STARTING, CTX_INIT, CTX_FAIL, RUNNING; }