Crashpad
|
Provides support for dynamically disabled gtest tests. More...
#include "test/gtest_disabled.h"
Public Member Functions | |
void | DisabledTest () |
Displays a message about a test being disabled, and arranges for this information to be duplicated in TearDown(). More... | |
Static Public Member Functions | |
static DisabledTestGtestEnvironment * | Get () |
Returns the DisabledTestGtestEnvironment singleton instance, creating it if necessary. | |
Provides support for dynamically disabled gtest tests.
A test runner must register this with gtest as follows prior to calling RUN_ALL_TESTS()
:
void crashpad::test::DisabledTestGtestEnvironment::DisabledTest | ( | ) |
Displays a message about a test being disabled, and arranges for this information to be duplicated in TearDown().
This method is for the internal use of the DISABLED_TEST() macro. Do not call it directly, use the macro instead.