]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/doc/examples/exception_check_predicate.output
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / test / doc / examples / exception_check_predicate.output
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
11 *** 1 failure is detected in the test module "example"
12 //]