Static Public Member Functions | |
static void | SetUpTestCase () |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
static void | TearDownTestCase () |
Protected Types | |
typedef std::set< int > | IntSet |
typedef std::set< int > | IntSet |
typedef std::vector< T > | Vector |
typedef std::vector< T > | Vector |
Protected Member Functions | |
CommonTest () | |
CommonTest () | |
virtual void | SetUp () |
virtual void | SetUp () |
virtual void | TearDown () |
virtual void | TearDown () |
virtual | ~CommonTest () |
virtual | ~CommonTest () |
Protected Attributes | |
T | value_ |
Static Protected Attributes | |
static T * | shared_ = NULL |
Definition at line 44 of file gmock/gtest/test/gtest-typed-test_test.cc.
typedef std::set<int> CommonTest< T >::IntSet [protected] |
Definition at line 63 of file gmock/gtest/test/gtest-typed-test_test.cc.
typedef std::set<int> CommonTest< T >::IntSet [protected] |
Definition at line 63 of file gtest/test/gtest-typed-test_test.cc.
typedef std::vector<T> CommonTest< T >::Vector [protected] |
Definition at line 62 of file gtest/test/gtest-typed-test_test.cc.
typedef std::vector<T> CommonTest< T >::Vector [protected] |
Definition at line 62 of file gmock/gtest/test/gtest-typed-test_test.cc.
CommonTest< T >::CommonTest | ( | ) | [inline, protected] |
Definition at line 65 of file gmock/gtest/test/gtest-typed-test_test.cc.
virtual CommonTest< T >::~CommonTest | ( | ) | [inline, protected, virtual] |
Definition at line 67 of file gmock/gtest/test/gtest-typed-test_test.cc.
CommonTest< T >::CommonTest | ( | ) | [inline, protected] |
Definition at line 65 of file gtest/test/gtest-typed-test_test.cc.
virtual CommonTest< T >::~CommonTest | ( | ) | [inline, protected, virtual] |
Definition at line 67 of file gtest/test/gtest-typed-test_test.cc.
virtual void CommonTest< T >::SetUp | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 69 of file gmock/gtest/test/gtest-typed-test_test.cc.
virtual void CommonTest< T >::SetUp | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 69 of file gtest/test/gtest-typed-test_test.cc.
static void CommonTest< T >::SetUpTestCase | ( | ) | [inline, static] |
Reimplemented from testing::Test.
Definition at line 48 of file gtest/test/gtest-typed-test_test.cc.
static void CommonTest< T >::SetUpTestCase | ( | ) | [inline, static] |
Reimplemented from testing::Test.
Definition at line 48 of file gmock/gtest/test/gtest-typed-test_test.cc.
virtual void CommonTest< T >::TearDown | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 74 of file gmock/gtest/test/gtest-typed-test_test.cc.
virtual void CommonTest< T >::TearDown | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 74 of file gtest/test/gtest-typed-test_test.cc.
static void CommonTest< T >::TearDownTestCase | ( | ) | [inline, static] |
Reimplemented from testing::Test.
Definition at line 52 of file gtest/test/gtest-typed-test_test.cc.
static void CommonTest< T >::TearDownTestCase | ( | ) | [inline, static] |
Reimplemented from testing::Test.
Definition at line 52 of file gmock/gtest/test/gtest-typed-test_test.cc.
T * CommonTest< T >::shared_ = NULL [static, protected] |
Definition at line 80 of file gmock/gtest/test/gtest-typed-test_test.cc.
T CommonTest< T >::value_ [protected] |
Definition at line 79 of file gmock/gtest/test/gtest-typed-test_test.cc.