#include <gtest.h>
Inherited by testing::TestWithParam< int >, testing::TestWithParam< MyEnums >, testing::TestWithParam< std::string >, testing::TestWithParam< MyType >, FooTest, CommonTest< T >, DynamicFixture, DynamicUnitTestFixture, ExpectFailureTest, FadBLASUnitTests< FadType >, FadFadOpsUnitTest< FadFadType >, FadLAPACKUnitTests< FadType >, FadOpsUnitTest< FadType >, FadOpsUnitTest2< FadType >, FatalFailureInFixtureConstructorTest, FatalFailureInSetUpTest, FooTestFixture, GMockOutputTest, LogicalSparseOpsUnitTest, MacroNamingTestNonParametrized, NonFatalFailureInFixtureConstructorTest, NonFatalFailureInSetUpTest, NonParameterizedBaseTest, Predicate1Test, Predicate2Test, Predicate3Test, Predicate4Test, Predicate5Test, PropertyOne, PropertyTwo, ProtectedFixtureMethodsTest, SetupFailTest, 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()
static void testing::Test::SetUpTestSuite |
( |
| ) |
|
|
inlinestatic |
◆ TearDownTestSuite()
static void testing::Test::TearDownTestSuite |
( |
| ) |
|
|
inlinestatic |
◆ TearDownTestCase()
static void testing::Test::TearDownTestCase |
( |
| ) |
|
|
inlinestatic |
◆ SetUpTestCase()
static void testing::Test::SetUpTestCase |
( |
| ) |
|
|
inlinestatic |
◆ HasFatalFailure()
bool Test::HasFatalFailure |
( |
| ) |
|
|
static |
◆ HasNonfatalFailure()
bool Test::HasNonfatalFailure |
( |
| ) |
|
|
static |
◆ IsSkipped()
◆ HasFailure()
static bool testing::Test::HasFailure |
( |
| ) |
|
|
inlinestatic |
◆ RecordProperty() [1/2]
void Test::RecordProperty |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
static |
◆ RecordProperty() [2/2]
void Test::RecordProperty |
( |
const std::string & |
key, |
|
|
int |
value |
|
) |
| |
|
static |
◆ SetUp()
Reimplemented in TaylorOpsUnitTest< TaylorType >, FadOpsUnitTest< FadType >, FadOpsUnitTest2< FadType >, testing::internal::ListenerTest, NonFatalFailureInFixtureConstructorTest, FatalFailureInFixtureConstructorTest, NonFatalFailureInSetUpTest, FatalFailureInSetUpTest, DynamicFixture, TestGenerationTest, CommonTest< T >, Predicate1Test, Predicate2Test, Predicate3Test, Predicate4Test, Predicate5Test, testing::SetUpTestCaseTest, testing::SetUpTestSuiteTest, testing::ParseFlagsTest, ProtectedFixtureMethodsTest, PropertyOne, PropertyTwo, LogicalSparseOpsUnitTest, and FadFadOpsUnitTest< FadFadType >.
Definition at line 2439 of file gtest.cc.
◆ TearDown()
Reimplemented in TaylorOpsUnitTest< TaylorType >, FadOpsUnitTest< FadType >, FadOpsUnitTest2< FadType >, testing::internal::ListenerTest, NonFatalFailureInFixtureConstructorTest, FatalFailureInFixtureConstructorTest, NonFatalFailureInSetUpTest, FatalFailureInSetUpTest, DynamicFixture, TestGenerationTest, CommonTest< T >, Predicate1Test, Predicate2Test, Predicate3Test, Predicate4Test, Predicate5Test, ProtectedFixtureMethodsTest, PropertyOne, PropertyTwo, LogicalSparseOpsUnitTest, and FadFadOpsUnitTest< FadFadType >.
Definition at line 2445 of file gtest.cc.
◆ HasSameFixtureClass()
bool Test::HasSameFixtureClass |
( |
| ) |
|
|
staticprivate |
◆ TestBody()
virtual void testing::Test::TestBody |
( |
| ) |
|
|
privatepure virtual |
◆ Run()
◆ 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: