...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Macro |
Short description |
---|---|
Custom message output |
|
Disabling the printing of a specific type in case of test failure |
|
Indicates a named checkpoint that will be printed in case of failure |
|
Indicates an unnamed checkpoint that will be printed in case of failure |
|
Defines a message to be printed as part of the context of the first encountered assertion, if it fails |
|
Defines a scope and a message to be printed as part of the context of every failed assertion within the scope |