Class RuleFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jenkinsci.test.acceptance.junit.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:
  • Constructor Details

    • RuleFailedException

      public RuleFailedException(Throwable throwable, org.junit.rules.TestRule failingRule)
  • Method Details