|
Qucs-core
0.0.19
|
#include <gtest.h>


Data Structures | |
| struct | Setup_should_be_spelled_SetUp |
Public Types | |
| typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
| typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
| typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
| typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Public Member Functions | |
| virtual | ~Test () |
| virtual | ~Test () |
Static Public Member Functions | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
| static bool | HasFatalFailure () |
| static bool | HasNonfatalFailure () |
| static bool | HasFailure () |
| static void | RecordProperty (const std::string &key, const std::string &value) |
| static void | RecordProperty (const std::string &key, int value) |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
| static bool | HasFatalFailure () |
| static bool | HasNonfatalFailure () |
| static bool | HasFailure () |
| static void | RecordProperty (const std::string &key, const std::string &value) |
| static void | RecordProperty (const std::string &key, int value) |
Protected Member Functions | |
| Test () | |
| virtual void | SetUp () |
| virtual void | TearDown () |
| Test () | |
| virtual void | SetUp () |
| virtual void | TearDown () |
Private Member Functions | |
| virtual void | TestBody ()=0 |
| void | Run () |
| void | DeleteSelf_ () |
| virtual Setup_should_be_spelled_SetUp * | Setup () |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (Test) | |
| virtual void | TestBody ()=0 |
| void | Run () |
| void | DeleteSelf_ () |
| virtual Setup_should_be_spelled_SetUp * | Setup () |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (Test) | |
Static Private Member Functions | |
| static bool | HasSameFixtureClass () |
| static bool | HasSameFixtureClass () |
Private Attributes | |
| const internal::GTestFlagSaver *const | gtest_flag_saver_ |
Friends | |
| class | TestInfo |
Definition at line 17760 of file fused-src/gtest/gtest.h.
Definition at line 353 of file include/gtest/gtest.h.
Definition at line 17766 of file fused-src/gtest/gtest.h.
Definition at line 354 of file include/gtest/gtest.h.
Definition at line 17767 of file fused-src/gtest/gtest.h.
| virtual testing::Test::~Test | ( | ) | [virtual] |
| testing::Test::Test | ( | ) | [protected] |
| virtual testing::Test::~Test | ( | ) | [virtual] |
| testing::Test::Test | ( | ) | [protected] |
| void testing::Test::DeleteSelf_ | ( | ) | [inline, private] |
Definition at line 429 of file include/gtest/gtest.h.
| void testing::Test::DeleteSelf_ | ( | ) | [inline, private] |
Definition at line 17842 of file fused-src/gtest/gtest.h.
| testing::Test::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | Test | ) | [private] |
| testing::Test::GTEST_DISALLOW_COPY_AND_ASSIGN_ | ( | Test | ) | [private] |
| static bool testing::Test::HasFailure | ( | ) | [inline, static] |
Definition at line 383 of file include/gtest/gtest.h.
| static bool testing::Test::HasFailure | ( | ) | [inline, static] |
Definition at line 17796 of file fused-src/gtest/gtest.h.
| static bool testing::Test::HasFatalFailure | ( | ) | [static] |
| static bool testing::Test::HasFatalFailure | ( | ) | [static] |
| static bool testing::Test::HasNonfatalFailure | ( | ) | [static] |
| static bool testing::Test::HasNonfatalFailure | ( | ) | [static] |
| static bool testing::Test::HasSameFixtureClass | ( | ) | [static, private] |
| static bool testing::Test::HasSameFixtureClass | ( | ) | [static, private] |
| 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, |
| const std::string & | value | ||
| ) | [static] |
| static void testing::Test::RecordProperty | ( | const std::string & | key, |
| int | value | ||
| ) | [static] |
| void testing::Test::Run | ( | ) | [private] |
| void testing::Test::Run | ( | ) | [private] |
| virtual void testing::Test::SetUp | ( | ) | [protected, virtual] |
| virtual Setup_should_be_spelled_SetUp* testing::Test::Setup | ( | ) | [inline, private, virtual] |
Definition at line 451 of file include/gtest/gtest.h.
| virtual void testing::Test::SetUp | ( | ) | [protected, virtual] |
| virtual Setup_should_be_spelled_SetUp* testing::Test::Setup | ( | ) | [inline, private, virtual] |
Definition at line 17864 of file fused-src/gtest/gtest.h.
| static void testing::Test::SetUpTestCase | ( | ) | [inline, static] |
Definition at line 365 of file include/gtest/gtest.h.
| static void testing::Test::SetUpTestCase | ( | ) | [inline, static] |
Definition at line 17778 of file fused-src/gtest/gtest.h.
| virtual void testing::Test::TearDown | ( | ) | [protected, virtual] |
| virtual void testing::Test::TearDown | ( | ) | [protected, virtual] |
| static void testing::Test::TearDownTestCase | ( | ) | [inline, static] |
Definition at line 373 of file include/gtest/gtest.h.
| static void testing::Test::TearDownTestCase | ( | ) | [inline, static] |
Definition at line 17786 of file fused-src/gtest/gtest.h.
| virtual void testing::Test::TestBody | ( | ) | [private, pure virtual] |
| virtual void testing::Test::TestBody | ( | ) | [private, pure virtual] |
TestInfo [friend] |
Definition at line 17762 of file fused-src/gtest/gtest.h.
const internal::GTestFlagSaver *const testing::Test::gtest_flag_saver_ [private] |
Definition at line 17845 of file fused-src/gtest/gtest.h.
1.7.6.1