webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Protected Member Functions | Static Protected Member Functions | List of all members
testing::InitGoogleTestTest Class Reference
Inheritance diagram for testing::InitGoogleTestTest:
testing::Test

Protected Member Functions

virtual void SetUp ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 

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)
 

Member Function Documentation

◆ AssertStringArrayEq()

template<typename CharType >
static void testing::InitGoogleTestTest::AssertStringArrayEq ( size_t  size1,
CharType **  array1,
size_t  size2,
CharType **  array2 
)
inlinestaticprotected

◆ CheckFlags()

static void testing::InitGoogleTestTest::CheckFlags ( const Flags expected)
inlinestaticprotected

◆ SetUp()

virtual void testing::InitGoogleTestTest::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

◆ TestParsingFlags()

template<typename CharType >
static void testing::InitGoogleTestTest::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: