Home | History | Annotate | Download | only in test

Lines Matching refs:testng

3 import org.testng.Assert;
4 import org.testng.IReporter;
5 import org.testng.ISuite;
6 import org.testng.ISuiteResult;
7 import org.testng.ITestContext;
8 import org.testng.TestNG;
9 import org.testng.annotations.Test;
10 import org.testng.xml.XmlSuite;
18 TestNG tng = create(CountSampleTest.class);