Interface ITestResult
-
- All Known Implementing Classes:
TestResult
public interface ITestResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage()
Throwable
getThrowable()
boolean
hasMessage()
boolean
hasThrowable()
boolean
isOK()
-