JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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.
Author:
cbeust Jun 6, 2006
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
java.lang.String
getTestName
()
The name of test instance(s).
Method Detail
getTestName
java.lang.String getTestName()
The name of test instance(s).
Returns:
name associated with a particular instance of a test.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method