Class MyThrowableCustomAssertions
java.lang.Object
com.googlecode.catchexception.throwable.apis.BDDCatchThrowable
com.googlecode.catchexception.throwable.apis.MyThrowableCustomAssertions
The Class MyThrowableCustomAssertions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MyThrowable
Deprecated, for removal: This API element is subject to removal in a future version.static MyThrowableCustomAssert
then
(MyThrowable actual) Then.Methods inherited from class com.googlecode.catchexception.throwable.apis.BDDCatchThrowable
caughtThrowable, thenThrown, when
-
Constructor Details
-
MyThrowableCustomAssertions
public MyThrowableCustomAssertions()
-
-
Method Details
-
then
Then.- Parameters:
actual
- the actual- Returns:
- the my throwable custom assert
-
caughtThrowable
Deprecated, for removal: This API element is subject to removal in a future version.Caught throwable.- Returns:
- the my throwable
-