example83_contexts.output 635 B

123456789101112131415161718
  1. //[example_output
  2. > example
  3. Running 1 test case...
  4. test.cpp(19): error: in "test_multi_context": check level < rand_value has failed [7 >= 5]
  5. Failure occurred in a following context:
  6. With level 7
  7. Random value=42
  8. test.cpp(19): error: in "test_multi_context": check level < rand_value has failed [8 >= 6]
  9. Failure occurred in a following context:
  10. With level 8
  11. Random value=49
  12. test.cpp(19): error: in "test_multi_context": check level < rand_value has failed [9 >= 5]
  13. Failure occurred in a following context:
  14. With level 9
  15. Random value=21
  16. *** 3 failures are detected in the test module "example83 multicontext"
  17. //]