Qucs-core
0.0.19
|
#include <gtest.h>
Public Member Functions | |
~TestInfo () | |
const char * | test_case_name () const |
const char * | name () const |
const char * | type_param () const |
const char * | value_param () const |
bool | should_run () const |
bool | is_reportable () const |
const TestResult * | result () const |
~TestInfo () | |
const char * | test_case_name () const |
const char * | name () const |
const char * | type_param () const |
const char * | value_param () const |
bool | should_run () const |
bool | is_reportable () const |
const TestResult * | result () const |
Private Member Functions | |
TestInfo (const std::string &test_case_name, const std::string &name, const char *a_type_param, const char *a_value_param, internal::TypeId fixture_class_id, internal::TestFactoryBase *factory) | |
int | increment_death_test_count () |
void | Run () |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestInfo) | |
TestInfo (const std::string &test_case_name, const std::string &name, const char *a_type_param, const char *a_value_param, internal::TypeId fixture_class_id, internal::TestFactoryBase *factory) | |
int | increment_death_test_count () |
void | Run () |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestInfo) | |
Static Private Member Functions | |
static void | ClearTestResult (TestInfo *test_info) |
static void | ClearTestResult (TestInfo *test_info) |
Private Attributes | |
const std::string | test_case_name_ |
const std::string | name_ |
const internal::scoped_ptr < const ::std::string > | type_param_ |
const internal::scoped_ptr < const ::std::string > | value_param_ |
const internal::TypeId | fixture_class_id_ |
bool | should_run_ |
bool | is_disabled_ |
bool | matches_filter_ |
internal::TestFactoryBase *const | factory_ |
TestResult | result_ |
Friends | |
class | Test |
class | TestCase |
class | internal::UnitTestImpl |
class | internal::StreamingListenerTest |
TestInfo * | internal::MakeAndRegisterTestInfo (const char *test_case_name, const char *name, const char *type_param, const char *value_param, internal::TypeId fixture_class_id, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc, internal::TestFactoryBase *factory) |
TestInfo * | internal::MakeAndRegisterTestInfo (const char *test_case_name, const char *name, const char *type_param, const char *value_param, internal::TypeId fixture_class_id, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc, internal::TestFactoryBase *factory) |
Definition at line 18034 of file fused-src/gtest/gtest.h.
testing::TestInfo::TestInfo | ( | const std::string & | test_case_name, |
const std::string & | name, | ||
const char * | a_type_param, | ||
const char * | a_value_param, | ||
internal::TypeId | fixture_class_id, | ||
internal::TestFactoryBase * | factory | ||
) | [private] |
testing::TestInfo::TestInfo | ( | const std::string & | test_case_name, |
const std::string & | name, | ||
const char * | a_type_param, | ||
const char * | a_value_param, | ||
internal::TypeId | fixture_class_id, | ||
internal::TestFactoryBase * | factory | ||
) | [private] |
static void testing::TestInfo::ClearTestResult | ( | TestInfo * | test_info | ) | [inline, static, private] |
Definition at line 715 of file include/gtest/gtest.h.
static void testing::TestInfo::ClearTestResult | ( | TestInfo * | test_info | ) | [inline, static, private] |
Definition at line 18128 of file fused-src/gtest/gtest.h.
testing::TestInfo::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | TestInfo | ) | [private] |
testing::TestInfo::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | TestInfo | ) | [private] |
int testing::TestInfo::increment_death_test_count | ( | ) | [inline, private] |
Definition at line 707 of file include/gtest/gtest.h.
int testing::TestInfo::increment_death_test_count | ( | ) | [inline, private] |
Definition at line 18120 of file fused-src/gtest/gtest.h.
bool testing::TestInfo::is_reportable | ( | ) | const [inline] |
Definition at line 668 of file include/gtest/gtest.h.
bool testing::TestInfo::is_reportable | ( | ) | const [inline] |
Definition at line 18081 of file fused-src/gtest/gtest.h.
const char* testing::TestInfo::name | ( | ) | const [inline] |
Definition at line 631 of file include/gtest/gtest.h.
const char* testing::TestInfo::name | ( | ) | const [inline] |
Definition at line 18044 of file fused-src/gtest/gtest.h.
const TestResult* testing::TestInfo::result | ( | ) | const [inline] |
Definition at line 676 of file include/gtest/gtest.h.
const TestResult* testing::TestInfo::result | ( | ) | const [inline] |
Definition at line 18089 of file fused-src/gtest/gtest.h.
void testing::TestInfo::Run | ( | ) | [private] |
void testing::TestInfo::Run | ( | ) | [private] |
bool testing::TestInfo::should_run | ( | ) | const [inline] |
Definition at line 665 of file include/gtest/gtest.h.
bool testing::TestInfo::should_run | ( | ) | const [inline] |
Definition at line 18078 of file fused-src/gtest/gtest.h.
const char* testing::TestInfo::test_case_name | ( | ) | const [inline] |
Definition at line 628 of file include/gtest/gtest.h.
const char* testing::TestInfo::test_case_name | ( | ) | const [inline] |
Definition at line 18041 of file fused-src/gtest/gtest.h.
const char* testing::TestInfo::type_param | ( | ) | const [inline] |
Definition at line 635 of file include/gtest/gtest.h.
const char* testing::TestInfo::type_param | ( | ) | const [inline] |
Definition at line 18048 of file fused-src/gtest/gtest.h.
const char* testing::TestInfo::value_param | ( | ) | const [inline] |
Definition at line 643 of file include/gtest/gtest.h.
const char* testing::TestInfo::value_param | ( | ) | const [inline] |
Definition at line 18056 of file fused-src/gtest/gtest.h.
TestInfo* internal::MakeAndRegisterTestInfo | ( | const char * | test_case_name, |
const char * | name, | ||
const char * | type_param, | ||
const char * | value_param, | ||
internal::TypeId | fixture_class_id, | ||
Test::SetUpTestCaseFunc | set_up_tc, | ||
Test::TearDownTestCaseFunc | tear_down_tc, | ||
internal::TestFactoryBase * | factory | ||
) | [friend] |
TestInfo* internal::MakeAndRegisterTestInfo | ( | const char * | test_case_name, |
const char * | name, | ||
const char * | type_param, | ||
const char * | value_param, | ||
internal::TypeId | fixture_class_id, | ||
Test::SetUpTestCaseFunc | set_up_tc, | ||
Test::TearDownTestCaseFunc | tear_down_tc, | ||
internal::TestFactoryBase * | factory | ||
) | [friend] |
internal::StreamingListenerTest [friend] |
Definition at line 18098 of file fused-src/gtest/gtest.h.
internal::UnitTestImpl [friend] |
Definition at line 18097 of file fused-src/gtest/gtest.h.
Test [friend] |
Definition at line 18095 of file fused-src/gtest/gtest.h.
TestCase [friend] |
Definition at line 18096 of file fused-src/gtest/gtest.h.
internal::TestFactoryBase *const testing::TestInfo::factory_ [private] |
Definition at line 18146 of file fused-src/gtest/gtest.h.
const internal::TypeId testing::TestInfo::fixture_class_id_ [private] |
Definition at line 18141 of file fused-src/gtest/gtest.h.
bool testing::TestInfo::is_disabled_ [private] |
Definition at line 18143 of file fused-src/gtest/gtest.h.
bool testing::TestInfo::matches_filter_ [private] |
Definition at line 18144 of file fused-src/gtest/gtest.h.
const std::string testing::TestInfo::name_ [private] |
Definition at line 18134 of file fused-src/gtest/gtest.h.
TestResult testing::TestInfo::result_ [private] |
Definition at line 18151 of file fused-src/gtest/gtest.h.
bool testing::TestInfo::should_run_ [private] |
Definition at line 18142 of file fused-src/gtest/gtest.h.
const std::string testing::TestInfo::test_case_name_ [private] |
Definition at line 18133 of file fused-src/gtest/gtest.h.
const internal::scoped_ptr< const ::std::string > testing::TestInfo::type_param_ [private] |
Definition at line 18137 of file fused-src/gtest/gtest.h.
const internal::scoped_ptr< const ::std::string > testing::TestInfo::value_param_ [private] |
Definition at line 18140 of file fused-src/gtest/gtest.h.