Home
last modified time | relevance | path

Searched refs:HAS_FSP (Results 1 – 2 of 2) sorted by relevance

/external/testng/src/main/java/org/testng/
DTestNG.java147 protected static final int HAS_FSP = 4; field in TestNG
1781 return (getStatus() & HAS_FSP) == HAS_FSP; in hasFailureWithinSuccessPercentage()
1881 m_status |= HAS_FSP; in setHasFailureWithinSuccessPercentage()
1924 m_mainRunner.setStatus(HAS_FSP); in onTestFailedButWithinSuccessPercentage()
DTestNGAntTask.java772 if((exitValue & TestNG.HAS_FSP) == TestNG.HAS_FSP) { in actOnResult()