Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
gtest-unittest-api_test.cc File Reference
#include "gtest/gtest.h"
#include <string.h>
#include <algorithm>
Include dependency graph for gtest-unittest-api_test.cc:

Go to the source code of this file.

Classes

struct  testing::internal::LessByName< T >
 
class  testing::internal::UnitTestHelper
 
class  testing::internal::FinalSuccessChecker
 

Namespaces

namespace  testing
 
namespace  testing::internal
 

Functions

 testing::internal::TEST (ApiTest, UnitTestImmutableAccessorsWork)
 
AssertionResult testing::internal::IsNull (const char *str)
 
 testing::internal::TEST (ApiTest, TestCaseImmutableAccessorsWork)
 
 testing::internal::TEST (ApiTest, TestCaseDisabledAccessorsWork)
 
 testing::internal::TEST (ApiTest, DISABLED_Dummy1)
 
 testing::internal::TEST (DISABLED_Test, Dummy2)
 
int main (int argc, char **argv)
 

Variables

const int testing::internal::kTypedTestCases = 0
 
const int testing::internal::kTypedTests = 0
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 335 of file gtest-unittest-api_test.cc.

335 {
336 InitGoogleTest(&argc, argv);
337
339
340 return RUN_ALL_TESTS();
341}
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition gtest.h:2328
char ** argv
Environment * AddGlobalTestEnvironment(Environment *env)
Definition gtest.h:1391
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition gtest.cc:5787
Here is the call graph for this function: