Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Public Types | |
enum | FailureMode { FATAL_FAILURE, NONFATAL_FAILURE } |
Static Public Member Functions | |
static void | AddFailure (FailureMode failure) |
Static Public Member Functions inherited from testing::Test | |
static void | SetUpTestSuite () |
static void | TearDownTestSuite () |
static void | TearDownTestCase () |
static void | SetUpTestCase () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | IsSkipped () |
static bool | HasFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
Additional Inherited Members | |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
Protected Member Functions inherited from testing::Test | |
Test () | |
virtual void | SetUp () |
virtual void | TearDown () |
Definition at line 893 of file googletest-output-test_.cc.
Enumerator | |
---|---|
FATAL_FAILURE | |
NONFATAL_FAILURE |
Definition at line 895 of file googletest-output-test_.cc.
|
inlinestatic |
Definition at line 899 of file googletest-output-test_.cc.