Klasse JqwikExceptionSupport

java.lang.Object
net.jqwik.engine.support.JqwikExceptionSupport

public class JqwikExceptionSupport extends Object
  • Konstruktordetails

    • JqwikExceptionSupport

      public JqwikExceptionSupport()
  • Methodendetails

    • throwAsUncheckedException

      public static <T> T throwAsUncheckedException(Throwable t)
      Throw the supplied Throwable, masked as an unchecked exception.
      Typparameter:
      T - type of the value to return
      Parameter:
      t - the Throwable to be wrapped
      Gibt zurück:
      Fake return to make using the method a bit simpler
    • rethrowIfBlacklisted

      public static void rethrowIfBlacklisted(Throwable exception)
    • isInstanceOfAny

      public static boolean isInstanceOfAny(Throwable throwable, Class<? extends Throwable>[] exceptionTypes)