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