Interface ITestResult
-
- All Known Implementing Classes:
TestResult
public interface ITestResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMessage()java.lang.ThrowablegetThrowable()booleanhasMessage()booleanhasThrowable()booleanisOK()
-