Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
testing::Test Class Referenceabstract

#include <gtest.h>

Inherited by AddressSpace, Attribute, bar::MixedUpTestCaseTest, bar::MixedUpTestCaseTest, bar::MixedUpTestCaseWithSameTestNameTest, bar::MixedUpTestCaseWithSameTestNameTest, CommonTest< T >, CommonTest< T >, Endpoints, EndpointsRegistry, ExpectFailureTest, ExpectFailureTest, FatalFailureInFixtureConstructorTest, FatalFailureInFixtureConstructorTest, FatalFailureInSetUpTest, FatalFailureInSetUpTest, foo::MixedUpTestCaseTest, foo::MixedUpTestCaseTest, foo::MixedUpTestCaseWithSameTestNameTest, foo::MixedUpTestCaseWithSameTestNameTest, FooTest, FooTest, FooTest, FooTest, GMockOutputTest, InputFromBuffer, ModelObject, ModelObjectType, ModelVariable, NonFatalFailureInFixtureConstructorTest, NonFatalFailureInFixtureConstructorTest, NonFatalFailureInSetUpTest, NonFatalFailureInSetUpTest, OpcUaBinaryDeserialization, OpcUaBinarySerialization, OpcUaProtocolAddonTest, Predicate1Test, Predicate1Test, Predicate2Test, Predicate2Test, Predicate3Test, Predicate3Test, Predicate4Test, Predicate4Test, Predicate5Test, Predicate5Test, PrimeTableTest< T >, PrimeTableTest< T >, PropertyOne, PropertyOne, PropertyTwo, PropertyTwo, ProtectedFixtureMethodsTest, ProtectedFixtureMethodsTest, QueueTest, QueueTest, QuickTest, QuickTest, StandardNamespaceStructure, TEST_before_TEST_F_in_same_test_case, TEST_before_TEST_F_in_same_test_case, TEST_F_before_TEST_in_same_test_case, TEST_F_before_TEST_in_same_test_case, testing::CurrentTestInfoTest, testing::CurrentTestInfoTest, testing::gmock_generated_function_mockers_test::FunctionMockerTest, testing::gmock_matchers_test::BacktrackingBPMTest, testing::gmock_matchers_test::FloatingPointTest< RawType >, testing::gmock_matchers_test::UnorderedElementsAreTest, testing::InitGoogleTestTest, testing::InitGoogleTestTest, testing::internal::ListenerTest, testing::internal::ListenerTest, testing::internal::UnitTestRecordPropertyTestHelper, testing::internal::UnitTestRecordPropertyTestHelper, testing::SetUpTestCaseTest, testing::SetUpTestCaseTest, testing::TestInfoTest, testing::TestInfoTest, testing::TestWithParam< T >, testing::TestWithParam< T >, testing::TestWithParam< int >, testing::TestWithParam< int >, testing::TestWithParam< MyType >, testing::TestWithParam< MyType >, testing::TestWithParam< std::pair< int, int > >, testing::TestWithParam< std::pair< int, int > >, testing::TestWithParam< std::pair< size_t, size_t > >, testing::TestWithParam< std::pair< size_t, size_t > >, TypedTest< T >, TypedTest< T >, TypeParamTest< T >, TypeParamTest< T >, View, XmlAddressSpace, and XmlSpaceAddon.

Classes

struct  Setup_should_be_spelled_SetUp
 

Public Types

typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 

Public Member Functions

virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 

Static Public Member Functions

static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasNonfatalFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void RecordProperty (const std::string &key, int value)
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 
static void TearDownTestCase ()
 

Protected Member Functions

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

Private Member Functions

void DeleteSelf_ ()
 
void DeleteSelf_ ()
 
void DeleteSelf_ ()
 
void DeleteSelf_ ()
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (Test)
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (Test)
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (Test)
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (Test)
 
void Run ()
 
void Run ()
 
void Run ()
 
void Run ()
 
virtual Setup_should_be_spelled_SetUpSetup ()
 
virtual Setup_should_be_spelled_SetUpSetup ()
 
virtual Setup_should_be_spelled_SetUpSetup ()
 
virtual Setup_should_be_spelled_SetUpSetup ()
 
virtual void TestBody ()=0
 
virtual void TestBody ()=0
 
virtual void TestBody ()=0
 
virtual void TestBody ()=0
 

Static Private Member Functions

static bool HasSameFixtureClass ()
 
static bool HasSameFixtureClass ()
 
static bool HasSameFixtureClass ()
 
static bool HasSameFixtureClass ()
 

Private Attributes

const internal::GTestFlagSaver *const gtest_flag_saver_
 

Friends

class TestInfo
 

Detailed Description

Definition at line 18935 of file gmock/fused-src/gtest/gtest.h.

Member Typedef Documentation

typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc

Definition at line 362 of file gmock/gtest/include/gtest/gtest.h.

typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc

Definition at line 362 of file gtest/include/gtest/gtest.h.

typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc

Definition at line 18942 of file gmock/fused-src/gtest/gtest.h.

typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc

Definition at line 18942 of file gmock/gtest/fused-src/gtest/gtest.h.

typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc

Definition at line 363 of file gtest/include/gtest/gtest.h.

typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc

Definition at line 363 of file gmock/gtest/include/gtest/gtest.h.

typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc

Definition at line 18943 of file gmock/gtest/fused-src/gtest/gtest.h.

typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc

Definition at line 18943 of file gmock/fused-src/gtest/gtest.h.

Constructor & Destructor Documentation

Test::~Test ( )
virtual

Definition at line 3380 of file gmock-gtest-all.cc.

Test::Test ( )
protected

Definition at line 3375 of file gmock-gtest-all.cc.

virtual testing::Test::~Test ( )
virtual
testing::Test::Test ( )
protected
virtual testing::Test::~Test ( )
virtual
testing::Test::Test ( )
protected
virtual testing::Test::~Test ( )
virtual
testing::Test::Test ( )
protected

Member Function Documentation

void testing::Test::DeleteSelf_ ( )
inlineprivate

Definition at line 438 of file gmock/gtest/include/gtest/gtest.h.

void testing::Test::DeleteSelf_ ( )
inlineprivate

Definition at line 438 of file gtest/include/gtest/gtest.h.

void testing::Test::DeleteSelf_ ( )
inlineprivate

Definition at line 19018 of file gmock/fused-src/gtest/gtest.h.

void testing::Test::DeleteSelf_ ( )
inlineprivate

Definition at line 19018 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 392 of file gmock/gtest/include/gtest/gtest.h.

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

Definition at line 392 of file gtest/include/gtest/gtest.h.

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

Definition at line 18972 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 18972 of file gmock/fused-src/gtest/gtest.h.

static bool testing::Test::HasFatalFailure ( )
static
static bool testing::Test::HasFatalFailure ( )
static
static bool testing::Test::HasFatalFailure ( )
static
bool Test::HasFatalFailure ( )
static

Definition at line 3647 of file gmock-gtest-all.cc.

static bool testing::Test::HasNonfatalFailure ( )
static
static bool testing::Test::HasNonfatalFailure ( )
static
static bool testing::Test::HasNonfatalFailure ( )
static
bool Test::HasNonfatalFailure ( )
static

Definition at line 3652 of file gmock-gtest-all.cc.

static bool testing::Test::HasSameFixtureClass ( )
staticprivate
static bool testing::Test::HasSameFixtureClass ( )
staticprivate
bool Test::HasSameFixtureClass ( )
staticprivate

Definition at line 3429 of file gmock-gtest-all.cc.

static bool testing::Test::HasSameFixtureClass ( )
staticprivate
static void testing::Test::RecordProperty ( const std::string &  key,
const std::string &  value 
)
static
static void testing::Test::RecordProperty ( const std::string &  key,
const std::string &  value 
)
static
static void testing::Test::RecordProperty ( const std::string &  key,
int  value 
)
static
static void testing::Test::RecordProperty ( const std::string &  key,
int  value 
)
static
static void testing::Test::RecordProperty ( const std::string &  key,
const std::string &  value 
)
static
void Test::RecordProperty ( const std::string &  key,
const std::string &  value 
)
static

Definition at line 3397 of file gmock-gtest-all.cc.

static void testing::Test::RecordProperty ( const std::string &  key,
int  value 
)
static
void Test::RecordProperty ( const std::string &  key,
int  value 
)
static

Definition at line 3402 of file gmock-gtest-all.cc.

void testing::Test::Run ( )
private
void testing::Test::Run ( )
private
void Test::Run ( )
private

Definition at line 3625 of file gmock-gtest-all.cc.

void testing::Test::Run ( )
private
virtual void testing::Test::SetUp ( )
protectedvirtual
virtual void testing::Test::SetUp ( )
protectedvirtual
virtual Setup_should_be_spelled_SetUp* testing::Test::Setup ( )
inlineprivatevirtual

Definition at line 460 of file gmock/gtest/include/gtest/gtest.h.

virtual Setup_should_be_spelled_SetUp* testing::Test::Setup ( )
inlineprivatevirtual

Definition at line 460 of file gtest/include/gtest/gtest.h.

void Test::SetUp ( )
protectedvirtual
virtual void testing::Test::SetUp ( )
protectedvirtual
virtual Setup_should_be_spelled_SetUp* testing::Test::Setup ( )
inlineprivatevirtual

Definition at line 19040 of file gmock/fused-src/gtest/gtest.h.

virtual Setup_should_be_spelled_SetUp* testing::Test::Setup ( )
inlineprivatevirtual

Definition at line 19040 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 374 of file gtest/include/gtest/gtest.h.

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

Definition at line 374 of file gmock/gtest/include/gtest/gtest.h.

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

Definition at line 18954 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 18954 of file gmock/fused-src/gtest/gtest.h.

virtual void testing::Test::TearDown ( )
protectedvirtual
virtual void testing::Test::TearDown ( )
protectedvirtual
virtual void testing::Test::TearDown ( )
protectedvirtual
void Test::TearDown ( )
protectedvirtual
static void testing::Test::TearDownTestCase ( )
inlinestatic

Definition at line 382 of file gtest/include/gtest/gtest.h.

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

Definition at line 382 of file gmock/gtest/include/gtest/gtest.h.

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

Definition at line 18962 of file gmock/gtest/fused-src/gtest/gtest.h.

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

Definition at line 18962 of file gmock/fused-src/gtest/gtest.h.

virtual void testing::Test::TestBody ( )
privatepure virtual
virtual void testing::Test::TestBody ( )
privatepure virtual
virtual void testing::Test::TestBody ( )
privatepure virtual
virtual void testing::Test::TestBody ( )
privatepure virtual

Friends And Related Function Documentation

TestInfo
friend

Definition at line 18938 of file gmock/fused-src/gtest/gtest.h.

Member Data Documentation

const internal::GTestFlagSaver *const Test::gtest_flag_saver_
private

Definition at line 19021 of file gmock/fused-src/gtest/gtest.h.


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:10