MADNESS
version 0.9
|
#include <gtest.h>
Public Types | |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Public Member Functions | |
virtual | ~Test () |
Static Public Member Functions | |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | HasFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
Protected Member Functions | |
Test () | |
virtual void | SetUp () |
virtual void | TearDown () |
Friends | |
class | TestInfo |
typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc |
|
virtual |
|
protected |
|
inlinestatic |
|
static |
|
static |
|
static |
References testing::UnitTest::GetInstance().
Referenced by RecordProperty().
|
static |
References testing::Message::GetString(), and RecordProperty().
|
protectedvirtual |
|
inlinestatic |
|
protectedvirtual |
|
inlinestatic |
|
friend |