Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/internal/annotations/
DBaseBeforeAfter.java9 private boolean m_inheritGroups = true; field in BaseBeforeAfter
35 m_inheritGroups = inheritGroups; in setInheritGroups()
55 return m_inheritGroups; in getInheritGroups()
DConfigurationAnnotation.java28 private boolean m_inheritGroups = true; field in ConfigurationAnnotation
76 m_inheritGroups = inheritGroups; in setInheritGroups()
136 return m_inheritGroups; in getInheritGroups()