13 lines
649 B
Plaintext
13 lines
649 B
Plaintext
//[example_output
|
|
> example --log_level=success
|
|
Running 1 test case...
|
|
Entering test module "example"
|
|
test:24: Entering test case "test_exception_predicate"
|
|
test:26: info: check 'exception "my_exception" raised as expected: validation on the raised exception through predicate "!is_critical"' has passed
|
|
test:27: error: in "test_exception_predicate": exception "my_exception" raised as expected: validation on the raised exception through predicate "is_critical"
|
|
test:24: Leaving test case "test_exception_predicate"; testing time: 203us
|
|
Leaving test module "example"; testing time: 271us
|
|
|
|
*** 1 failure is detected in the test module "example"
|
|
//]
|