Searched refs:m_beforeGroups (Results 1 – 5 of 5) sorted by relevance
10 private String[] m_beforeGroups = {}; field in BaseBeforeAfter67 return m_beforeGroups; in getBeforeGroups()71 m_beforeGroups = beforeGroups; in setBeforeGroups()
29 private String[] m_beforeGroups = {}; field in ConfigurationAnnotation150 return m_beforeGroups; in getBeforeGroups()154 m_beforeGroups = beforeGroups; in setBeforeGroups()
79 m_beforeGroups = beforeGroups; in ConfigurationMethod()326 return m_beforeGroups != null && m_beforeGroups.length > 0; in isBeforeGroupsConfiguration()
49 protected String[] m_beforeGroups = {}; field in BaseTestMethod655 return m_beforeGroups; in getBeforeGroups()
189 clone.m_beforeGroups= getBeforeGroups(); in clone()