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 ExceptionMatcher
ExceptionMatcher. match(@NotNull java.lang.Class<? extends java.lang.Throwable> throwable, @NotNull java.lang.String text)
static @NotNull ExceptionMatcher
ExceptionMatcher. matchPrefix(@NotNull java.lang.Class<? extends java.lang.Throwable> throwable, @NotNull java.lang.String text)
static @NotNull ExceptionMatcher
ExceptionMatcher. matchRegEx(@NotNull java.lang.Class<? extends java.lang.Throwable> throwable, @NotNull java.lang.String regEx)
-