Class Test

Nested Relationships

Nested Types

Inheritance Relationships

Derived Type

Class Documentation

class Test

Subclassed by testing::TestWithParam< T >

Public Functions

virtual ~Test()

Public Static Functions

static inline void SetUpTestSuite()
static inline void TearDownTestSuite()
static inline void TearDownTestCase()
static inline void SetUpTestCase()
static bool HasFatalFailure()
static bool HasNonfatalFailure()
static bool IsSkipped()
static inline 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 inline void RecordProperty(const std::string &key, const T &value)

Protected Functions

Test()
virtual void SetUp()
virtual void TearDown()

Friends

friend class TestInfo