Package org.assertj.core.error
Class ShouldNotHaveThrownExcept
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldNotHaveThrownExcept
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ShouldNotHaveThrownExcept
(Throwable throwable, Class<? extends Throwable>[] throwableClasses) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldNotHaveThrownExcept
(Throwable throwable, Class<? extends Throwable>... throwableClasses) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
ShouldNotHaveThrownExcept
-
-
Method Details
-
shouldNotHaveThrownExcept
@SafeVarargs public static ErrorMessageFactory shouldNotHaveThrownExcept(Throwable throwable, Class<? extends Throwable>... throwableClasses)
-