MADNESS  version 0.9
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
testing::Test Class Referenceabstract

#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
 

Member Typedef Documentation

typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc
typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc

Constructor & Destructor Documentation

Test::~Test ( )
virtual
Test::Test ( )
protected

Member Function Documentation

static bool testing::Test::HasFailure ( )
inlinestatic
bool Test::HasFatalFailure ( )
static
bool Test::HasNonfatalFailure ( )
static
void Test::RecordProperty ( const std::string &  key,
const std::string &  value 
)
static
void Test::RecordProperty ( const std::string &  key,
int  value 
)
static
void Test::SetUp ( )
protectedvirtual
static void testing::Test::SetUpTestCase ( )
inlinestatic
void Test::TearDown ( )
protectedvirtual
static void testing::Test::TearDownTestCase ( )
inlinestatic

Friends And Related Function Documentation

friend class TestInfo
friend

The documentation for this class was generated from the following files: