package foundation.pEp.pitytest; public enum TestResult { UNEVALUATED, SKIPPED, SUCCESS, FAILED; }