Uses of Class
com.vladsch.flexmark.test.util.ExceptionMatcher
-
Packages that use ExceptionMatcher Package Description com.vladsch.flexmark.test.util -
-
Uses of ExceptionMatcher in com.vladsch.flexmark.test.util
Methods in com.vladsch.flexmark.test.util that return ExceptionMatcher Modifier and Type Method Description static @NotNull ExceptionMatcherExceptionMatcher. match(@NotNull java.lang.Class<? extends java.lang.Throwable> throwable, @NotNull java.lang.String text)static @NotNull ExceptionMatcherExceptionMatcher. matchPrefix(@NotNull java.lang.Class<? extends java.lang.Throwable> throwable, @NotNull java.lang.String text)static @NotNull ExceptionMatcherExceptionMatcher. matchRegEx(@NotNull java.lang.Class<? extends java.lang.Throwable> throwable, @NotNull java.lang.String regEx)
-