HomeSort by relevance Sort by last modified time
    Searched defs:beforeSuite (Results 1 - 18 of 18) sorted by null

  /external/testng/src/test/java/test/dependent/functionality1/
Config.java 3 import org.testng.annotations.BeforeSuite;
7 @BeforeSuite (groups = "other")
8 public void beforeSuite(){
9 System.out.println("BeforeSuite group 'other'");
  /external/testng/src/test/java/test/regression/
MyTestngTest.java 4 import org.testng.annotations.BeforeSuite;
9 @BeforeSuite()
10 public void beforeSuite(ITestContext tc) throws Exception {
  /external/testng/src/test/java/org/testng/internal/conflistener/
FailingBeforeSuite.java 3 import org.testng.annotations.BeforeSuite;
11 @BeforeSuite
12 public void beforeSuite() {
  /external/testng/src/test/java/test/enable/
Issue420BaseTestCase.java 4 import org.testng.annotations.BeforeSuite;
8 @BeforeSuite(alwaysRun = true)
11 @BeforeSuite(alwaysRun = false)
12 public static void beforeSuite() {}
  /external/testng/src/test/java/test/uniquesuite/
BaseAfter.java 4 import org.testng.annotations.BeforeSuite;
9 @BeforeSuite
10 public void beforeSuite() {
  /external/testng/src/test/java/test/factory/
FactoryWithInstanceInfoTest.java 6 import org.testng.annotations.BeforeSuite;
31 @BeforeSuite
32 public void beforeSuite() {
  /external/testng/src/test/java/test/triangle/
Base.java 5 import org.testng.annotations.BeforeSuite;
15 @BeforeSuite
16 public void beforeSuite() {
  /external/testng/src/test/java/test/v6/
C.java 5 import org.testng.annotations.BeforeSuite;
20 @BeforeSuite
21 public void beforeSuite() {}
A.java 10 import org.testng.annotations.BeforeSuite;
36 @BeforeSuite
37 public void beforeSuite() {}
B.java 7 import org.testng.annotations.BeforeSuite;
27 @BeforeSuite
28 public void beforeSuite() {}
  /external/testng/src/test/java/test/configuration/
ExternalConfigurationClass.java 8 import org.testng.annotations.BeforeSuite;
17 @BeforeSuite
18 public void beforeSuite() {
ConfigurationTest.java 8 import org.testng.annotations.BeforeSuite;
24 @BeforeSuite
25 public void beforeSuite() {
38 assert m_beforeSuite : "beforeSuite should have run";
50 assert m_beforeSuite : "beforeSuite should have run";
62 assert m_beforeSuite : "beforeSuite should have run";
74 assert m_beforeSuite : "beforeSuite should have run";
88 assert m_beforeSuite : "beforeSuite should have run";
100 assert m_beforeSuite : "beforeSuite should have run";
  /external/testng/src/test/java/test/invokedmethodlistener/
Base.java 9 import org.testng.annotations.BeforeSuite;
39 @BeforeSuite
40 public void beforeSuite() {}
InvokedMethodListenerTest.java 64 IInvokedMethod beforeSuite = m.get(0);
65 Assert.assertFalse(beforeSuite.getTestMethod().isAfterMethodConfiguration());
66 Assert.assertTrue(beforeSuite.isConfigurationMethod());
105 Assert.assertTrue(l.configurationMethods.contains("beforeSuite"));
115 Assert.assertTrue(l.configurationMethodsFromTM.contains("beforeSuite"));
  /external/testng/src/test/java/test/mannotation/
MTest3.java 33 @Configuration(beforeSuite = true, groups = "method-test3")
34 public void beforeSuite() {
  /external/testng/src/test/java/test/simple/
IncludedExcludedSampleTest.java 6 import org.testng.annotations.BeforeSuite;
12 @BeforeSuite
13 public void beforeSuite() {
14 Reporter.log("beforeSuite");
  /external/testng/src/main/java/org/testng/internal/annotations/
JDK15TagFactory.java 19 import org.testng.annotations.BeforeSuite;
102 BeforeSuite bs = (BeforeSuite) a;
267 result.setBeforeSuite(c.beforeSuite());
285 boolean beforeSuite, boolean afterSuite,
299 result.setBeforeSuite(beforeSuite);
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 541 milliseconds