Class RuleFailedException

  • All Implemented Interfaces:
    Serializable

    public class RuleFailedException
    extends RuntimeException
    This is a service exception that wraps the TestRule failure to all traceability back to failing test rules.
    See Also:
    Serialized Form
    • Constructor Detail

      • RuleFailedException

        public RuleFailedException​(Throwable throwable,
                                   org.junit.rules.TestRule failingRule)