Searched refs:BeforeGroups (Results 1 – 20 of 20) sorted by relevance
3 import org.testng.annotations.BeforeGroups;10 @BeforeGroups(groups={"A"})
4 import org.testng.annotations.BeforeGroups;11 @BeforeGroups(groups={"a"})
4 import org.testng.annotations.BeforeGroups;10 @BeforeGroups(groups = { "NewUser" }, value = { "NewUser" })
4 import org.testng.annotations.BeforeGroups;11 @BeforeGroups( "foo" )
3 import org.testng.annotations.BeforeGroups;16 @BeforeGroups(groups = "foo")
4 import org.testng.annotations.BeforeGroups;17 @BeforeGroups("cg34-1")
4 import org.testng.annotations.BeforeGroups;13 @BeforeGroups(groups={"twice"}, value={"twice"})
5 import org.testng.annotations.BeforeGroups;15 @BeforeGroups({"A"})
4 import org.testng.annotations.BeforeGroups;14 @BeforeGroups(groups={"twice"}, value={"twice"})
4 import org.testng.annotations.BeforeGroups;20 @BeforeGroups("cg1-1")
4 import org.testng.annotations.BeforeGroups;19 @BeforeGroups(groups={"twice"}, value={"twice"})
4 import org.testng.annotations.BeforeGroups;21 @BeforeGroups("cg34-1")
4 import org.testng.annotations.BeforeGroups;22 @BeforeGroups("cg2-1")
6 import org.testng.annotations.BeforeGroups;12 @BeforeGroups(value= "a", groups= "a")
8 import org.testng.annotations.BeforeGroups;24 @BeforeGroups("1")
9 import org.testng.annotations.BeforeGroups;72 @BeforeGroups
8 public @interface BeforeGroups { annotation
19 import org.testng.annotations.BeforeGroups;76 m_annotationMap.put(IBeforeGroups.class, BeforeGroups.class); in JDK15AnnotationFinder()
17 import org.testng.annotations.BeforeGroups;162 BeforeGroups bs = (BeforeGroups) a; in maybeCreateNewConfigurationTag()
742 Added: @BeforeGroups/@AfterGroups can live in classes without @Test methods766 Added: for @BeforeGroups and @AfterGroups specifying the groups() attribute will auto-include the m…