tesseract v5.3.3.20231005
gtest-unittest-api_test.cc File Reference
#include "gtest/gtest.h"
#include <string.h>
#include <algorithm>

Go to the source code of this file.

Classes

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

Namespaces

namespace  testing
 
namespace  testing::internal
 

Functions

 testing::internal::TYPED_TEST_SUITE (TestSuiteWithCommentTest, Types< int >)
 
 testing::internal::TYPED_TEST (TestSuiteWithCommentTest, Dummy)
 
 testing::internal::TEST (ApiTest, UnitTestImmutableAccessorsWork)
 
AssertionResult testing::internal::IsNull (const char *str)
 
 testing::internal::TEST (ApiTest, TestSuiteImmutableAccessorsWork)
 
 testing::internal::TEST (ApiTest, TestSuiteDisabledAccessorsWork)
 
 testing::internal::TEST (ApiTest, DISABLED_Dummy1)
 
 testing::internal::TEST (DISABLED_Test, Dummy2)
 
int main (int argc, char **argv)
 

Variables

const int testing::internal::kTypedTestSuites = 1
 
const int testing::internal::kTypedTests = 1
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

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

322 {
323 InitGoogleTest(&argc, argv);
324
326
327 return RUN_ALL_TESTS();
328}
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition: gtest.h:2489
Environment * AddGlobalTestEnvironment(Environment *env)
Definition: gtest.h:1493
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition: gtest.cc:6660