Protected Member Functions | |
virtual void | SetUp () |
Static Protected Member Functions | |
template<typename CharType > | |
static void | AssertStringArrayEq (size_t size1, CharType **array1, size_t size2, CharType **array2) |
static void | CheckFlags (const Flags &expected) |
template<typename CharType > | |
static void | TestParsingFlags (int argc1, const CharType **argv1, int argc2, const CharType **argv2, const Flags &expected, bool should_print_help) |
Definition at line 5537 of file gtest_unittest.cc.
static void testing::InitGoogleTestTest::AssertStringArrayEq | ( | size_t | size1, |
CharType ** | array1, | ||
size_t | size2, | ||
CharType ** | array2 | ||
) | [inline, static, protected] |
Definition at line 5559 of file gtest_unittest.cc.
static void testing::InitGoogleTestTest::CheckFlags | ( | const Flags & | expected | ) | [inline, static, protected] |
Definition at line 5569 of file gtest_unittest.cc.
virtual void testing::InitGoogleTestTest::SetUp | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 5540 of file gtest_unittest.cc.
static void testing::InitGoogleTestTest::TestParsingFlags | ( | int | argc1, |
const CharType ** | argv1, | ||
int | argc2, | ||
const CharType ** | argv2, | ||
const Flags & | expected, | ||
bool | should_print_help | ||
) | [inline, static, protected] |
Definition at line 5592 of file gtest_unittest.cc.