exception_check_predicate.output 649 B

123456789101112
  1. //[example_output
  2. > example --log_level=success
  3. Running 1 test case...
  4. Entering test module "example"
  5. test:24: Entering test case "test_exception_predicate"
  6. test:26: info: check 'exception "my_exception" raised as expected: validation on the raised exception through predicate "!is_critical"' has passed
  7. test:27: error: in "test_exception_predicate": exception "my_exception" raised as expected: validation on the raised exception through predicate "is_critical"
  8. test:24: Leaving test case "test_exception_predicate"; testing time: 203us
  9. Leaving test module "example"; testing time: 271us
  10. *** 1 failure is detected in the test module "example"
  11. //]