Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/mannotation/
DMAnnotationSampleTest.java129 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()
/external/testng/src/main/java/org/testng/annotations/
DIConfigurationAnnotation.java64 public boolean getInheritGroups(); in getInheritGroups() method
/external/testng/src/main/java/org/testng/internal/annotations/
DIBaseBeforeAfter.java61 public boolean getInheritGroups(); in getInheritGroups() method
DBaseBeforeAfter.java54 public boolean getInheritGroups() { in getInheritGroups() method in BaseBeforeAfter
DConfigurationAnnotation.java135 public boolean getInheritGroups() { in getInheritGroups() method in ConfigurationAnnotation
DAnnotationHelper.java162 result.setInheritGroups(bs.getInheritGroups()); in finishInitialize()
/external/testng/src/main/java/org/testng/internal/
DConfigurationMethod.java342 m_inheritGroupsFromTestClass = annotation.getInheritGroups(); in init()