Home
last modified time | relevance | path

Searched refs:beforeTestMethod (Results 1 – 9 of 9) sorted by relevance

/external/testng/src/test/java/test/
DTest2.java16 @Configuration(beforeTestMethod = true)
23 @Configuration(beforeTestMethod = true, groups = "excludeThisGroup")
/external/testng/src/main/java/org/testng/internal/annotations/
DConfigurationAnnotation.java71 public void setBeforeTestMethod(boolean beforeTestMethod) { in setBeforeTestMethod() argument
72 m_beforeTestMethod = beforeTestMethod; in setBeforeTestMethod()
DJDK15TagFactory.java263 result.setBeforeTestMethod(c.beforeTestMethod()); in createConfigurationTag()
/external/testng/src/test/java/test/tmp/
DParentTest.java8 @Configuration(beforeTestMethod = true)
DChildTest.java8 @Configuration(beforeTestMethod = true)
/external/testng/src/test/java/test/sample/
DBasic1.java18 public void beforeTestMethod() { in beforeTestMethod() method in Basic1
/external/testng/src/main/java/org/testng/annotations/
DConfiguration.java35 public boolean beforeTestMethod() default false; in beforeTestMethod() method
/external/testng/src/test/java/test/simple/
DIncludedExcludedSampleTest.java28 public void beforeTestMethod() { in beforeTestMethod() method in IncludedExcludedSampleTest
/external/testng/src/test/java/test/mannotation/
DMTest1.java44 @Configuration(beforeSuite = true, beforeTestMethod = true,