exception_uncaught.output 584 B

123456789101112131415
  1. //[example_output
  2. > example --log_level=all
  3. Running 2 test cases...
  4. Entering test module "example"
  5. test.cpp:20: Entering test case "test"
  6. unknown location:0: fatal error: in "test": std::runtime_error: negative value not allowed
  7. test.cpp:20: last checkpoint: "test" entry.
  8. test.cpp:20: Leaving test case "test"; testing time: 247us
  9. test.cpp:26: Entering test case "test2"
  10. test.cpp:28: info: check true has passed
  11. test.cpp:26: Leaving test case "test2"; testing time: 103us
  12. Leaving test module "example"; testing time: 492us
  13. *** 1 failure is detected in the test module "example"
  14. //]