- All Known Implementing Classes:
WebTestCase
public interface TestCase
This interface defines a base set of methods required used by a TS test case.
-
Method Summary
void
Returns the name of this test case.
void
Sets the name of the test case.
-
Method Details
-
execute
Executes the test case.
- Throws:
Exception - if the test fails for any reason.
-
setName
Sets the name of the test case.
- Parameters:
name - of the test case
-
getName
Returns the name of this test case.
- Returns:
- test case name