#include <gtest.h>
Inherited by AdHocTestResultTest, bar::MixedUpTestSuiteTest, bar::MixedUpTestSuiteWithSameTestNameTest, CommonTest< T >, DynamicFixture, DynamicUnitTestFixture, ExpectFailureTest, FatalFailureInFixtureConstructorTest, FatalFailureInSetUpTest, foo::MixedUpTestSuiteTest, foo::MixedUpTestSuiteWithSameTestNameTest, FooTest, FooTest, GMockOutputTest, google::protobuf::descriptor_unittest::CopySourceCodeInfoToTest, google::protobuf::descriptor_unittest::DatabaseBackedPoolTest, google::protobuf::descriptor_unittest::DescriptorTest, google::protobuf::descriptor_unittest::EnumDescriptorTest, google::protobuf::descriptor_unittest::ExtensionDescriptorTest, google::protobuf::descriptor_unittest::FileDescriptorTest, google::protobuf::descriptor_unittest::LazilyBuildDependenciesTest, google::protobuf::descriptor_unittest::MiscTest, google::protobuf::descriptor_unittest::NestedDescriptorTest, google::protobuf::descriptor_unittest::OneofDescriptorTest, google::protobuf::descriptor_unittest::ReservedDescriptorTest, google::protobuf::descriptor_unittest::ReservedEnumDescriptorTest, google::protobuf::descriptor_unittest::ServiceDescriptorTest, google::protobuf::descriptor_unittest::SourceLocationTest, google::protobuf::descriptor_unittest::StylizedFieldNamesTest, google::protobuf::descriptor_unittest::ValidationErrorTest, google::protobuf.internal::MapFieldBasePrimitiveTest, google::protobuf.internal::MapFieldInDynamicMessageTest, google::protobuf.internal::MapFieldReflectionTest, google::protobuf.internal::MapImplTest, google::protobuf::text_format_unittest::TextFormatExtensionsTest, google::protobuf::text_format_unittest::TextFormatMessageSetTest, google::protobuf::text_format_unittest::TextFormatParserTest, google::protobuf::text_format_unittest::TextFormatTest, google::protobuf::UnknownFieldSetTest, google::protobuf::util::converter::JsonObjectWriterTest, google::protobuf::util::converter::JsonStreamParserTest, google::protobuf::util::SnakeCaseCamelCaseTest, MacroNamingTestNonParametrized, NonFatalFailureInFixtureConstructorTest, NonFatalFailureInSetUpTest, NonParameterizedBaseTest, Predicate1Test, Predicate2Test, Predicate3Test, Predicate4Test, Predicate5Test, PropertyOne, PropertyTwo, ProtectedFixtureMethodsTest, TEST_before_TEST_F_in_same_test_case, TEST_F_before_TEST_in_same_test_case, testing::CodeLocationForTESTF, testing::CodeLocationForTYPEDTEST< T >, testing::CodeLocationForTYPEDTESTP< T >, testing::CurrentTestInfoTest, testing::gmock_function_mocker_test::MockMethodFunctionMockerTest, testing::gmock_generated_function_mockers_test::FunctionMockerTest, testing::internal::ListenerTest, testing::internal::UnitTestRecordPropertyTestHelper, testing::ParseFlagsTest, testing::SetUpTestCaseTest, testing::SetUpTestSuiteTest, testing::TestInfoTest, testing::TestWithParam< T >, testing::TestWithParam< bool >, testing::TestWithParam< DescriptorPoolMode >, testing::TestWithParam< int >, testing::TestWithParam< MyEnums >, testing::TestWithParam< MyType >, testing::TestWithParam< State >, testing::TestWithParam< std::string >, testing::TestWithParam< testing::TypeInfoSource >, TypedTest< T >, and TypeParamTest< T >.
Definition at line 415 of file gtest.h.
◆ ~Test()
◆ Test()
◆ DeleteSelf_()
void testing::Test::DeleteSelf_ |
( |
| ) |
|
|
inlineprivate |
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()
testing::Test::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
Test |
| ) |
|
|
private |
◆ HasFailure()
static bool testing::Test::HasFailure |
( |
| ) |
|
|
inlinestatic |
◆ HasFatalFailure()
bool testing::Test::HasFatalFailure |
( |
| ) |
|
|
static |
◆ HasNonfatalFailure()
bool testing::Test::HasNonfatalFailure |
( |
| ) |
|
|
static |
◆ HasSameFixtureClass()
bool testing::Test::HasSameFixtureClass |
( |
| ) |
|
|
staticprivate |
◆ IsSkipped()
bool testing::Test::IsSkipped |
( |
| ) |
|
|
static |
◆ RecordProperty() [1/2]
◆ RecordProperty() [2/2]
◆ Run()
void testing::Test::Run |
( |
| ) |
|
|
private |
◆ SetUp()
void testing::Test::SetUp |
( |
| ) |
|
|
protectedvirtual |
Reimplemented in ProtectedFixtureMethodsTest, testing::ParseFlagsTest, testing::SetUpTestSuiteTest, testing::SetUpTestCaseTest, Predicate5Test, Predicate4Test, DynamicFixture, Predicate3Test, TestGenerationTest, Predicate2Test, FatalFailureInSetUpTest, NonFatalFailureInSetUpTest, FatalFailureInFixtureConstructorTest, NonFatalFailureInFixtureConstructorTest, testing::internal::ListenerTest, Predicate1Test, CommonTest< T >, PropertyOne, PropertyTwo, google::protobuf::descriptor_unittest::DatabaseBackedPoolTest, google::protobuf.internal::MapFieldInDynamicMessageTest, google::protobuf::descriptor_unittest::AllowUnknownDependenciesTest, google::protobuf::descriptor_unittest::ReservedEnumDescriptorTest, google::protobuf::descriptor_unittest::ReservedDescriptorTest, google::protobuf::descriptor_unittest::ExtensionDescriptorTest, google::protobuf::descriptor_unittest::NestedDescriptorTest, google::protobuf::descriptor_unittest::ServiceDescriptorTest, google::protobuf::descriptor_unittest::EnumDescriptorTest, google::protobuf::descriptor_unittest::StylizedFieldNamesTest, google::protobuf::descriptor_unittest::OneofDescriptorTest, google::protobuf::descriptor_unittest::DescriptorTest, google::protobuf::descriptor_unittest::FileDescriptorTest, google::protobuf::DynamicMessageTest, and google::protobuf::UnknownFieldSetTest.
Definition at line 2249 of file gtest.cc.
◆ Setup()
◆ SetUpTestCase()
static void testing::Test::SetUpTestCase |
( |
| ) |
|
|
inlinestatic |
◆ SetUpTestSuite()
static void testing::Test::SetUpTestSuite |
( |
| ) |
|
|
inlinestatic |
◆ TearDown()
void testing::Test::TearDown |
( |
| ) |
|
|
protectedvirtual |
Reimplemented in ProtectedFixtureMethodsTest, Predicate5Test, Predicate4Test, DynamicFixture, Predicate3Test, TestGenerationTest, Predicate2Test, FatalFailureInSetUpTest, NonFatalFailureInSetUpTest, FatalFailureInFixtureConstructorTest, NonFatalFailureInFixtureConstructorTest, testing::internal::ListenerTest, Predicate1Test, CommonTest< T >, PropertyOne, and PropertyTwo.
Definition at line 2255 of file gtest.cc.
◆ TearDownTestCase()
static void testing::Test::TearDownTestCase |
( |
| ) |
|
|
inlinestatic |
◆ TearDownTestSuite()
static void testing::Test::TearDownTestSuite |
( |
| ) |
|
|
inlinestatic |
◆ TestBody()
virtual void testing::Test::TestBody |
( |
| ) |
|
|
privatepure virtual |
◆ TestInfo
◆ gtest_flag_saver_
The documentation for this class was generated from the following files: