|
| template<typename CharType > |
| static void | AssertStringArrayEq (int size1, CharType **array1, int 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) |
| |
◆ AssertStringArrayEq()
template<typename CharType >
| static void testing::ParseFlagsTest::AssertStringArrayEq |
( |
int | size1, |
|
|
CharType ** | array1, |
|
|
int | size2, |
|
|
CharType ** | array2 ) |
|
inlinestaticprotected |
◆ CheckFlags()
| static void testing::ParseFlagsTest::CheckFlags |
( |
const Flags & | expected | ) |
|
|
inlinestaticprotected |
◆ SetUp()
| void testing::ParseFlagsTest::SetUp |
( |
| ) |
|
|
inlineoverrideprotectedvirtual |
◆ TestParsingFlags()
template<typename CharType >
| static void testing::ParseFlagsTest::TestParsingFlags |
( |
int | argc1, |
|
|
const CharType ** | argv1, |
|
|
int | argc2, |
|
|
const CharType ** | argv2, |
|
|
const Flags & | expected, |
|
|
bool | should_print_help ) |
|
inlinestaticprotected |
The documentation for this class was generated from the following file: