tesseract v5.3.3.20231005
gmock-spec-builders_test.cc File Reference
#include "gmock/gmock-spec-builders.h"
#include <memory>
#include <ostream>
#include <sstream>
#include <string>
#include "gmock/gmock.h"
#include "gmock/internal/gmock-port.h"
#include "gtest/gtest.h"
#include "gtest/gtest-spi.h"
#include "gtest/internal/gtest-port.h"

Go to the source code of this file.

Classes

class  testing::internal::ExpectationTester
 

Namespaces

namespace  testing
 
namespace  testing::internal
 

Macros

#define Method   MethodW
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ Method

#define Method   MethodW

Definition at line 187 of file gmock-spec-builders_test.cc.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 2766 of file gmock-spec-builders_test.cc.

2766 {
2767#endif // GMOCK_RENAME_MAIN
2768 testing::InitGoogleMock(&argc, argv);
2769 // Ensures that the tests pass no matter what value of
2770 // --gmock_catch_leaked_mocks and --gmock_verbose the user specifies.
2771 testing::GMOCK_FLAG(catch_leaked_mocks) = true;
2773
2774 return RUN_ALL_TESTS();
2775}
#define GMOCK_FLAG(name)
Definition: gmock-port.h:67
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition: gtest.h:2489
GTEST_API_ void InitGoogleMock(int *argc, char **argv)
Definition: gmock.cc:191
const char kWarningVerbosity[]