Package org.testng
Interface ITest
public interface ITest
If 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
-
Method Details
-
getTestName
String getTestName()The name of test instance(s).- Returns:
- name associated with a particular instance of a test.
-