Is there a way to read the test results (all assertions that either passed ot failed) at runtime using Boost Unit Testing framework ?
What I want is to produce custom test log and output it to the console in a custom human readable format after each test I run.