Searched refs:m_tng (Results 1 – 1 of 1) sorted by relevance
19 private TestNG m_tng; field in IncludedExcludedTest23 m_tng = new TestNG(); in init()24 m_tng.setOutputDirectory(OutputDirectoryPatch.getOutputDirectory()); in init()25 m_tng.setVerbose(0); in init()26 m_tng.setUseDefaultListeners(false); in init()31 m_tng.setTestClasses(new Class[] {IncludedExcludedSampleTest.class}); in verifyIncludedExcludedCount1()32 m_tng.setGroups("a"); in verifyIncludedExcludedCount1()33 m_tng.addListener( in verifyIncludedExcludedCount1()35 m_tng.run(); in verifyIncludedExcludedCount1()40 m_tng.setTestClasses(new Class[] {IncludedExcludedSampleTest.class}); in verifyIncludedExcludedCount2()[all …]