Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gmock-matchers_test.h>
Public Member Functions | |
template<typename T > | |
Matcher< T > | GreaterThan (T n) |
![]() | |
virtual | ~Test () |
![]() | |
virtual | ~WithParamInterface ()=default |
Public Attributes | |
const bool | use_gtest_matcher_ = GetParam() |
Additional Inherited Members | |
![]() | |
typedef bool | ParamType |
![]() | |
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 const ParamType & | GetParam () |
![]() | |
Test () | |
virtual void | SetUp () |
virtual void | TearDown () |
Definition at line 156 of file gmock-matchers_test.h.
|
inline |
Definition at line 159 of file gmock-matchers_test.h.
const bool testing::gmock_matchers_test::GTestMatcherTestP::use_gtest_matcher_ = GetParam() |
Definition at line 166 of file gmock-matchers_test.h.