Package org.junit

Class AssumptionViolatedException

    • Constructor Detail

      • AssumptionViolatedException

        public AssumptionViolatedException​(T actual,
                                           Matcher<T> matcher)
        An assumption exception with the given actual value and a matcher describing the expectation that failed.
      • AssumptionViolatedException

        public AssumptionViolatedException​(String message,
                                           T expected,
                                           Matcher<T> matcher)
        An assumption exception with a message with the given actual value and a matcher describing the expectation that failed.