Class InternalAssumptionViolatedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.j2cl.junit.runtime.InternalAssumptionViolatedException
All Implemented Interfaces:
Serializable

public abstract class InternalAssumptionViolatedException extends RuntimeException
A base exception for when an Assumption fails during the execution of a test.
See Also:
  • Constructor Details

    • InternalAssumptionViolatedException

      public InternalAssumptionViolatedException(String message)
      An assumption exception with the given message only.
    • InternalAssumptionViolatedException

      public InternalAssumptionViolatedException(String message, Throwable t)
      An assumption exception with the given message and a cause.