Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/annotations/
DConfigurationAnnotation.java21 private boolean m_afterTestMethod = false; field in ConfigurationAnnotation
52 m_afterTestMethod = afterTestMethod; in setAfterTestMethod()
101 return m_afterTestMethod; in getAfterTestMethod()