#include <gtest.h>
◆ ~Test()
◆ Test()
◆ HasFailure()
| static bool testing::Test::HasFailure |
( |
| ) |
|
|
inlinestatic |
◆ HasFatalFailure()
| bool Test::HasFatalFailure |
( |
| ) |
|
|
static |
◆ HasNonfatalFailure()
| bool Test::HasNonfatalFailure |
( |
| ) |
|
|
static |
◆ IsSkipped()
◆ RecordProperty() [1/2]
| void Test::RecordProperty |
( |
const std::string & | key, |
|
|
const std::string & | value ) |
|
static |
◆ RecordProperty() [2/2]
template<typename
T , std::enable_if_t< std::is_convertible<
T, int64_t >
::value, bool > = true>
| static void testing::Test::RecordProperty |
( |
const std::string & | key, |
|
|
const T & | value ) |
|
inlinestatic |
◆ SetUp()
Reimplemented in CommonTest< T >, DynamicFixture, FatalFailureInFixtureConstructorTest, FatalFailureInSetUpTest, NonFatalFailureInFixtureConstructorTest, NonFatalFailureInSetUpTest, Predicate1Test, Predicate2Test, Predicate3Test, Predicate4Test, Predicate5Test, PropertyOne, PropertyTwo, ProtectedFixtureMethodsTest, testing::internal::ListenerTest, testing::ParseFlagsTest, testing::SetUpTestCaseTest, testing::SetUpTestSuiteTest, and TypedTestSuitePStateTest.
◆ SetUpTestCase()
| static void testing::Test::SetUpTestCase |
( |
| ) |
|
|
inlinestatic |
◆ SetUpTestSuite()
| static void testing::Test::SetUpTestSuite |
( |
| ) |
|
|
inlinestatic |
◆ TearDown()
Reimplemented in CommonTest< T >, DynamicFixture, FatalFailureInFixtureConstructorTest, FatalFailureInSetUpTest, NonFatalFailureInFixtureConstructorTest, NonFatalFailureInSetUpTest, Predicate1Test, Predicate2Test, Predicate3Test, Predicate4Test, Predicate5Test, PropertyOne, PropertyTwo, ProtectedFixtureMethodsTest, and testing::internal::ListenerTest.
◆ TearDownTestCase()
| static void testing::Test::TearDownTestCase |
( |
| ) |
|
|
inlinestatic |
◆ TearDownTestSuite()
| static void testing::Test::TearDownTestSuite |
( |
| ) |
|
|
inlinestatic |
◆ TestInfo
The documentation for this class was generated from the following files:
- subprojects/googletest-1.14.0/googletest/include/gtest/gtest.h
- subprojects/googletest-1.14.0/googletest/src/gtest.cc