• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1//[example_output
2> example --log_level=all
3Running 1 test case...
4Entering test module "example"
5test.cpp:47: Entering test case "test_throw_behaviour"
6test.cpp:50: info: check 'no exceptions thrown by FileWordHistogram("test")' has passed
7test.cpp:54: info: check 'exception std::exception is caught' has passed
8unknown location:0: fatal error: in "test_throw_behaviour": std::runtime_error: "process" has not been called or was not successful
9test.cpp:62: last checkpoint
10test.cpp:47: Leaving test case "test_throw_behaviour"; testing time: 533us
11Leaving test module "example"; testing time: 643us
12
13*** 1 failure is detected in the test module "example"
14//]