public interface IExpectedExceptionsHolder
Modifier and Type | Method and Description |
---|---|
String |
getWrongExceptionMessage(Throwable ite)
Get the message in case the Throwable thrown by the test is not matching.
|
boolean |
isThrowableMatching(Throwable ite)
Check if the Throwable thrown by the test is matching with the holder logic
|
String getWrongExceptionMessage(Throwable ite)
ite
- The Throwable thrown by the testboolean isThrowableMatching(Throwable ite)
ite
- The Throwable thrown by the testCopyright © 2024. All rights reserved.