Searched defs:testng (Results 1 – 13 of 13) sorted by relevance
17 TestNG testng = create(); in withAlwaysRunAfter() local28 TestNG testng = create(); in withoutAlwaysRunAfter() local39 TestNG testng = create(); in withoutAlwaysRunBefore() local
22 TestNG testng = new TestNG(); in beforeTestClassFails() local38 TestNG testng = new TestNG(); in beforeTestSuiteFails() local
13 TestNG testng = new TestNG(); in runTest() local38 TestNG testng = new TestNG(); in verifyAttributeShouldStop() local
54 TestNG testng = new TestNG(); in directoryShouldBeSuiteName() local79 TestNG testng = TestHelper.createTestNG(); in oneDirectoryPerSuite() local103 TestNG testng = TestHelper.createTestNG(); in shouldHonorSuiteName() local
16 TestNG testng= new TestNG(false); in failingDataProvider() local
15 TestNG testng = create(ExplicitDataProviderNameSample.class); in should_prefer_dataProvider_explicit_name() local
12 TestNG testng = create(cls); in shouldSkip() local
15 TestNG testng= new TestNG(); in testBeforeAfterClassInvocationsWithFactory() local
35 TestNG testng = new TestNG(); in invocationOrder() local
40 public SuiteSlave( String propertiesFile, TestNG testng) throws TestNGException in SuiteSlave()
46 TestNG testng = new TestNG(); in confFailureTest() local
160 testng, junit, mixed; enumConstant
1355 TestNG testng = privateMain(argv, null); in main() local