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. More... | |
static bool | enabled (const char *name) |
Returns true if the specified test feature is enabled. More... | |
A static interface for enabling test features at run-time.
Typically does nothing in a release build.
|
static |
Returns true if test features are enabled.
Definition at line 46 of file gtest.cpp.
Referenced by GNet::Socket::connect(), GPop::StoreLock::lock(), Main::CommandLineImp::showTestFeatures(), and GNet::SimpleClient::synchronousDnsDefault().
|
inlinestatic |