Class ExceptionMatchers
- java.lang.Object
-
- com.atlassian.confluence.util.test.matchers.ExceptionMatchers
-
@Deprecated public class ExceptionMatchers extends Object
Deprecated.since 7.20 Useorg.assertj.core.api.Assertions#assertThatThrownBy(org.assertj.core.api.ThrowableAssert.ThrowingCallable)
Matchers forException
s.
-
-
Constructor Summary
Constructors Constructor Description ExceptionMatchers()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.hamcrest.TypeSafeMatcher<Exception>
hasWrappedExceptionWith(Class<?> exceptionClass, String message)
Deprecated.
-