Package org.testng
Interface ITest
-
public interface ITestIf a test class implements this interface, it will receive a special treatment, such as having the test name displayed in the HTML reports.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTestName()The name of test instance(s).
-