Interface TestResultMessageHolder
-
- All Known Subinterfaces:
TestAssertionResult
,TestStepResult
public interface TestResultMessageHolder
An interface for results that posses messages.- Since:
- 1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
messages()
Return the messages that occurred during the execution of this item.
-