Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Protected Member Functions | Static Protected Member Functions | List of all members
DynamicFixture Class Reference
Inheritance diagram for DynamicFixture:
Inheritance graph
[legend]

Protected Member Functions

 DynamicFixture ()
 
 ~DynamicFixture () override
 
void SetUp () override
 
void TearDown () override
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Static Protected Member Functions

static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 

Additional Inherited Members

- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
- 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)
 

Detailed Description

Definition at line 1008 of file googletest-output-test_.cc.

Constructor & Destructor Documentation

DynamicFixture::DynamicFixture ( )
inlineprotected

Definition at line 1010 of file googletest-output-test_.cc.

DynamicFixture::~DynamicFixture ( )
inlineoverrideprotected

Definition at line 1011 of file googletest-output-test_.cc.

Member Function Documentation

void DynamicFixture::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 1012 of file googletest-output-test_.cc.

void DynamicFixture::TearDown ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Definition at line 1013 of file googletest-output-test_.cc.

static void DynamicFixture::SetUpTestSuite ( )
inlinestaticprotected

Definition at line 1015 of file googletest-output-test_.cc.

static void DynamicFixture::TearDownTestSuite ( )
inlinestaticprotected

Definition at line 1016 of file googletest-output-test_.cc.


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