proxygen
gtest_uninitialized_test_.cc File Reference
#include "gtest/gtest.h"

Go to the source code of this file.

Functions

 TEST (DummyTest, Dummy)
 
int main ()
 

Function Documentation

int main ( void  )

Definition at line 41 of file gtest_uninitialized_test_.cc.

References RUN_ALL_TESTS().

41  {
42  return RUN_ALL_TESTS();
43 }
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition: gtest.h:2232
TEST ( DummyTest  ,
Dummy   
)

Definition at line 34 of file gtest_uninitialized_test_.cc.

34  {
35  // This test doesn't verify anything. We just need it to create a
36  // realistic stage for testing the behavior of Google Test when
37  // RUN_ALL_TESTS() is called without testing::InitGoogleTest() being
38  // called first.
39 }