cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
testing::Test Class Referenceabstract

#include <gtest.h>

Inheritance diagram for testing::Test:
testing::TestWithParam< int > testing::TestWithParam< MyEnums > testing::TestWithParam< std::string > testing::TestWithParam< MyType > testing::TestWithParam< bool > FooTest CommonTest< T > ContainerTest< T > DetectNotInstantiatedTypesTest< T > DynamicFixture DynamicUnitTestFixture ExpectFailureTest FatalFailureInFixtureConstructorTest FatalFailureInSetUpTest FooTest FooTestFixture GMockOutputTest 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 TearDownFailTest TestSuiteThatFailsToSetUp TestSuiteThatSkipsInSetUp TypeParamTest< T > TypeParameterizedTestSuite< T > TypeParametrizedTestWithNames< T > TypedTest< T > TypedTest< T > TypedTest< T > TypedTest1< T > TypedTest2< T > TypedTestP< T > TypedTestP1< T > TypedTestP2< T > TypedTestSuitePStateTest TypedTestWithNames< T > TypedTestWithNames< T > bar::MixedUpTestSuiteTest bar::MixedUpTestSuiteWithSameTestNameTest foo::MixedUpTestSuiteTest foo::MixedUpTestSuiteWithSameTestNameTest library1::NumericTest< T > library2::NumericTest< T > library2::TrimmedTest< T > 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::TestSuiteWithCommentTest< T > testing::internal::UnitTestRecordPropertyTestHelper works_here::NotInstantiatedTypeTest< T > works_here::NotUsedTypeTest< T >

Public Member Functions

virtual ~Test ()
 

Static Public Member Functions

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

Protected Member Functions

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

Friends

class TestInfo
 

Constructor & Destructor Documentation

◆ ~Test()

Test::~Test ( )
virtualdefault

◆ Test()

Test::Test ( )
protected

Member Function Documentation

◆ HasFailure()

static bool testing::Test::HasFailure ( )
inlinestatic

◆ HasFatalFailure()

bool Test::HasFatalFailure ( )
static

◆ HasNonfatalFailure()

bool Test::HasNonfatalFailure ( )
static

◆ IsSkipped()

bool Test::IsSkipped ( )
static

◆ 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()

◆ SetUpTestCase()

static void testing::Test::SetUpTestCase ( )
inlinestatic

◆ SetUpTestSuite()

static void testing::Test::SetUpTestSuite ( )
inlinestatic

◆ TearDown()

◆ TearDownTestCase()

static void testing::Test::TearDownTestCase ( )
inlinestatic

◆ TearDownTestSuite()

static void testing::Test::TearDownTestSuite ( )
inlinestatic

Friends And Related Symbol Documentation

◆ TestInfo

friend class TestInfo
friend

The documentation for this class was generated from the following files: