Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
gmock-spec-builders_test.cc File Reference
#include "gmock/gmock-spec-builders.h"
#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"
Include dependency graph for gmock-spec-builders_test.cc:
This graph shows which files directly or indirectly include this file:

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 2762 of file gmock-spec-builders_test.cc.

2762 {
2763#endif // GMOCK_RENAME_MAIN
2765 // Ensures that the tests pass no matter what value of
2766 // --gmock_catch_leaked_mocks and --gmock_verbose the user specifies.
2767 testing::GMOCK_FLAG(catch_leaked_mocks) = true;
2768 testing::GMOCK_FLAG(verbose) = testing::internal::kWarningVerbosity;
2769
2770 return RUN_ALL_TESTS();
2771}
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
Definition gtest.h:2328
char ** argv
GTEST_API_ void InitGoogleMock(int *argc, char **argv)
Definition gmock.cc:195
Here is the call graph for this function: