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.

Author:
cbeust

Method Summary
 java.lang.String getTestName()
           
 

Method Detail

getTestName

java.lang.String getTestName()