Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/
DTestNGAntTask.java139 protected String m_failurePropertyName; field in TestNGAntTask
196 m_failurePropertyName= propertyName; in setFailureProperty()
734 if(null != m_failurePropertyName) { in actOnResult()
735 getProject().setNewProperty(m_failurePropertyName, "true"); in actOnResult()
750 if(null != m_failurePropertyName) { in actOnResult()
751 getProject().setNewProperty(m_failurePropertyName, "true"); in actOnResult()