Home | History | Annotate | Download | only in testprogress2

Lines Matching refs:lev

672                 Level lev = ttn.getLevel();
674 + (isGreen(lev) ? "green" : "red")
676 + lev.name()
980 TestMethodInformation.Level lev;
982 lev = TestMethodInformation.Level.TODO;
984 lev = target.getLevel();
1001 boolean lComplete = lev == TestMethodInformation.Level.COMPLETE;
1002 boolean lSufficient = lev == TestMethodInformation.Level.SUFFICIENT;
1003 boolean lPartialOk = lev == TestMethodInformation.Level.PARTIAL_COMPLETE;
1004 boolean lPartial = lev == TestMethodInformation.Level.PARTIAL;
1005 boolean lTodo = lev == TestMethodInformation.Level.TODO;
1006 boolean lNotFeasible = lev == TestMethodInformation.Level.NOT_FEASIBLE;
1007 boolean lNotNecessary = lev == TestMethodInformation.Level.NOT_NECESSARY;
1014 + lev.name()