VideoTools
|
A static interface for enabling test features at run-time. More...
#include <gtest.h>
Static Public Member Functions | |
static bool | enabled () |
Returns true if test features are enabled. | |
static bool | enabled (const char *name) |
Returns true if the specified test feature is enabled. | |
A static interface for enabling test features at run-time.
Typically does nothing in a release build.
Eg: