Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/annotations/
DIConfigurationAnnotation.java25 public boolean getBeforeTestMethod(); in getBeforeTestMethod() method
/external/testng/src/test/java/test/annotationtransformer/
DConfigurationTransformer.java24 if (annotation.getBeforeTestMethod()) { in transform()
/external/testng/src/test/java/test/mannotation/
DMAnnotationSampleTest.java115 Assert.assertTrue(configuration.getBeforeTestMethod()); in verifyConfigurationBefore()
140 Assert.assertFalse(configuration.getBeforeTestMethod()); in verifyConfigurationAfter()
165 Assert.assertFalse(configuration.getBeforeTestMethod()); in verifyConfigurationOthers()
/external/testng/src/main/java/org/testng/internal/annotations/
DConfigurationAnnotation.java95 public boolean getBeforeTestMethod() { in getBeforeTestMethod() method in ConfigurationAnnotation
/external/testng/src/main/java/org/testng/internal/
DTestNGMethodFinder.java151 create = configuration.getBeforeTestMethod(); in findConfiguration()
DConfigurationMethod.java372 if (annotation.getBeforeTestMethod()) { in init()
DInvoker.java273 || configurationAnnotation.getBeforeTestMethod() in isAlwaysRun()
365 else if (annotation.getBeforeTestMethod() || annotation.getAfterTestMethod()) { in recordConfigurationInvocationFailed()