#include <gtest.h>
Inherited by testing::TestWithParam< int >, testing::TestWithParam< Unstreamable >, testing::TestWithParam< std::string >, testing::TestWithParam< CustomStruct >, testing::TestWithParam< MyEnums >, testing::TestWithParam< MyType >, FooTest, A, CommonTest< T >, DisabledTest, DynamicFixture, DynamicUnitTestFixture, ExpectFailureTest, FadBLASUnitTests< FadType >, FadFadOpsUnitTest< FadFadType >, FadLAPACKUnitTests< FadType >, FadOpsUnitTest< FadType >, FadOpsUnitTest2< FadType >, FailedTest, FatalFailureInFixtureConstructorTest, FatalFailureInSetUpTest, Fixture, FooTest, FooTestFixture, GMockOutputTest, LogicalSparseOpsUnitTest, MacroNamingTestNonParametrized, NonFatalFailureInFixtureConstructorTest, NonFatalFailureInSetUpTest, NonParameterizedBaseTest, Predicate1Test, Predicate2Test, Predicate3Test, Predicate4Test, Predicate5Test, PropertyOne, PropertyRecordingTest, PropertyTwo, ProtectedFixtureMethodsTest, SetupFailTest, SkippedTest, SuccessfulTest, TEST_F_before_TEST_in_same_test_case, TEST_before_TEST_F_in_same_test_case, TaylorOpsUnitTest< TaylorType >, TearDownFailTest, TraitsTests< ADType >, TypeParamTest< T >, TypedTest< T >, bar::MixedUpTestSuiteTest, bar::MixedUpTestSuiteWithSameTestNameTest, foo::MixedUpTestSuiteTest, foo::MixedUpTestSuiteWithSameTestNameTest, testing::CodeLocationForTESTF, testing::CodeLocationForTYPEDTEST< T >, testing::CodeLocationForTYPEDTESTP< T >, testing::CurrentTestInfoTest, testing::ParseFlagsTest, testing::SetUpTestCaseTest, testing::SetUpTestSuiteTest, testing::TestInfoTest, testing::TestWithParam< T >, testing::gmock_function_mocker_test::ExpectCallTest< T >, testing::gmock_function_mocker_test::FunctionMockerTest< T >, testing::gmock_function_mocker_test::MockMethodMockFunctionSignatureTest< F >, testing::gmock_function_mocker_test::OverloadedMockMethodTest< T >, testing::gmock_function_mocker_test::TemplateMockTest< T >, testing::internal::ListenerTest, testing::internal::UnitTestRecordPropertyTestHelper, works_here::NotInstantiatedTypeTest< T >, and works_here::NotUsedTypeTest< T >.
Definition at line 414 of file gtest.h.
◆ ~Test()
◆ Test()
◆ SetUpTestSuite()
| void testing::Test::SetUpTestSuite |
( |
| ) |
|
|
inlinestatic |
◆ TearDownTestSuite()
| void testing::Test::TearDownTestSuite |
( |
| ) |
|
|
inlinestatic |
◆ TearDownTestCase()
| void testing::Test::TearDownTestCase |
( |
| ) |
|
|
inlinestatic |
◆ SetUpTestCase()
| void testing::Test::SetUpTestCase |
( |
| ) |
|
|
inlinestatic |
◆ HasFatalFailure()
| bool testing::Test::HasFatalFailure |
( |
| ) |
|
|
static |
◆ HasNonfatalFailure()
| bool testing::Test::HasNonfatalFailure |
( |
| ) |
|
|
static |
◆ IsSkipped()
| bool testing::Test::IsSkipped |
( |
| ) |
|
|
static |
◆ HasFailure()
| bool testing::Test::HasFailure |
( |
| ) |
|
|
inlinestatic |
◆ RecordProperty() [1/2]
| void testing::Test::RecordProperty |
( |
const std::string & | key, |
|
|
const std::string & | value ) |
|
static |
◆ RecordProperty() [2/2]
| void testing::Test::RecordProperty |
( |
const std::string & | key, |
|
|
int | value ) |
|
static |
◆ SetUp()
| void testing::Test::SetUp |
( |
| ) |
|
|
protectedvirtual |
Reimplemented in CommonTest< T >, DynamicFixture, FadFadOpsUnitTest< FadFadType >, FadOpsUnitTest2< FadType >, FadOpsUnitTest< FadType >, FatalFailureInFixtureConstructorTest, FatalFailureInSetUpTest, Fixture, LogicalSparseOpsUnitTest, NonFatalFailureInFixtureConstructorTest, NonFatalFailureInSetUpTest, Predicate1Test, Predicate2Test, Predicate3Test, Predicate4Test, Predicate5Test, PropertyOne, PropertyTwo, ProtectedFixtureMethodsTest, TaylorOpsUnitTest< TaylorType >, TestGenerationTest, testing::internal::ListenerTest, testing::ParseFlagsTest, testing::SetUpTestCaseTest, and testing::SetUpTestSuiteTest.
Definition at line 2439 of file gtest.cc.
◆ TearDown()
| void testing::Test::TearDown |
( |
| ) |
|
|
protectedvirtual |
Reimplemented in CommonTest< T >, DynamicFixture, FadFadOpsUnitTest< FadFadType >, FadOpsUnitTest2< FadType >, FadOpsUnitTest< FadType >, FatalFailureInFixtureConstructorTest, FatalFailureInSetUpTest, LogicalSparseOpsUnitTest, NonFatalFailureInFixtureConstructorTest, NonFatalFailureInSetUpTest, Predicate1Test, Predicate2Test, Predicate3Test, Predicate4Test, Predicate5Test, PropertyOne, PropertyTwo, ProtectedFixtureMethodsTest, TaylorOpsUnitTest< TaylorType >, TestGenerationTest, and testing::internal::ListenerTest.
Definition at line 2445 of file gtest.cc.
◆ HasSameFixtureClass()
| bool testing::Test::HasSameFixtureClass |
( |
| ) |
|
|
staticprivate |
◆ TestBody()
| virtual void testing::Test::TestBody |
( |
| ) |
|
|
privatepure virtual |
◆ Run()
| void testing::Test::Run |
( |
| ) |
|
|
private |
◆ DeleteSelf_()
| void testing::Test::DeleteSelf_ |
( |
| ) |
|
|
inlineprivate |
◆ Setup()
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()
| testing::Test::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
Test | | ) |
|
|
private |
◆ TestInfo
◆ gtest_flag_saver_
The documentation for this class was generated from the following files: