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

Public Member Functions

void TestBody () override
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 

Private Member Functions

void TestBody () override
 

Additional Inherited Members

- 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)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
- Protected Member Functions inherited from DynamicFixture
 DynamicFixture ()
 
 ~DynamicFixture () override
 
void SetUp () override
 
void TearDown () override
 
- Static Protected Member Functions inherited from DynamicFixture
static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 

Detailed Description

template<bool Pass>
class DynamicTest< Pass >

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

Member Function Documentation

template<bool Pass>
void DynamicTest< Pass >::TestBody ( )
inlineoverridevirtual

Implements testing::Test.

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

template<bool Pass>
void DynamicTest< Pass >::TestBody ( )
inlineoverrideprivatevirtual

Implements testing::Test.

Definition at line 7543 of file gtest_unittest.cc.


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