Interface IExpectedExceptionsHolder
- All Known Implementing Classes:
RegexpExpectedExceptionsHolder
public interface IExpectedExceptionsHolder
-
Method Summary
Modifier and TypeMethodDescriptionGet the message in case the Throwable thrown by the test is not matching.booleanCheck if the Throwable thrown by the test is matching with the holder logic
-
Method Details
-
getWrongExceptionMessage
-
isThrowableMatching
Check if the Throwable thrown by the test is matching with the holder logic- Parameters:
ite- The Throwable thrown by the test- Returns:
- true if the Throwable is matching with the holder logic, false otherwise
-