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