Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
gtest_uninitialized_test_.cc File Reference
#include "gtest/gtest.h"
Include dependency graph for gtest_uninitialized_test_.cc:

Go to the source code of this file.

Functions

 TEST (DummyTest, Dummy)
 
int main ()
 

Function Documentation

◆ main()

int main ( void )

Definition at line 41 of file gtest_uninitialized_test_.cc.

41 {
42 return RUN_ALL_TESTS();
43}
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition gtest.h:2328
Here is the call graph for this function:

◆ TEST()

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
38 // testing::InitGoogleTest() being called first.
39}