#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"
Go to the source code of this file.
◆ Method
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |
Definition at line 2762 of file gmock-spec-builders_test.cc.
2762 {
2763#endif
2765
2766
2767 testing::GMOCK_FLAG(catch_leaked_mocks) = true;
2769
2771}
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
const char kWarningVerbosity[]
GTEST_API_ void InitGoogleMock(int *argc, char **argv)