Searched refs:getInheritGroups (Results 1 – 7 of 7) sorted by relevance
129 Assert.assertTrue(configuration.getInheritGroups()); in verifyConfigurationBefore()154 Assert.assertTrue(configuration.getInheritGroups()); in verifyConfigurationAfter()178 Assert.assertFalse(configuration.getInheritGroups()); in verifyConfigurationOthers()232 Assert.assertTrue(configuration.getInheritGroups()); in verifyNewConfigurationBefore()246 Assert.assertTrue(configuration.getInheritGroups()); in verifyNewConfigurationAfter()
64 public boolean getInheritGroups(); in getInheritGroups() method
61 public boolean getInheritGroups(); in getInheritGroups() method
54 public boolean getInheritGroups() { in getInheritGroups() method in BaseBeforeAfter
135 public boolean getInheritGroups() { in getInheritGroups() method in ConfigurationAnnotation
162 result.setInheritGroups(bs.getInheritGroups()); in finishInitialize()
342 m_inheritGroupsFromTestClass = annotation.getInheritGroups(); in init()