public interface IAlterTestName
ITestResult
object.
Sample : if (testResult instanceOf IAlterTestName) { ((ITestResult) testResult).setTestName(newName); }
Modifier and Type | Method and Description |
---|---|
void |
setTestName(String name) |
void setTestName(String name)
name
- - The new name to be used as a test nameCopyright © 2018. All rights reserved.