|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gtest.h>

Additional Inherited Members | |
Public Types inherited from testing::WithParamInterface< T > | |
| typedef T | ParamType |
Public Member Functions inherited from testing::Test | |
| virtual | ~Test () |
Public Member Functions inherited from testing::WithParamInterface< T > | |
| virtual | ~WithParamInterface ()=default |
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) |
| template<typename T , std::enable_if_t< std::is_convertible< T, int64_t >::value, bool > = true> | |
| static void | RecordProperty (const std::string &key, const T &value) |
Static Public Member Functions inherited from testing::WithParamInterface< T > | |
| static const ParamType & | GetParam () |
Protected Member Functions inherited from testing::Test | |
| Test () | |
| virtual void | SetUp () |
| virtual void | TearDown () |
1.8.5