Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
gmock.cc File Reference
#include "gmock/gmock.h"
#include "gmock/internal/gmock-port.h"
Include dependency graph for gmock.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 testing
 
 testing::internal
 

Functions

 testing::GMOCK_DEFINE_bool_ (catch_leaked_mocks, true,"true if and only if Google Mock should report leaked ""mock objects as failures.")
 
 testing::GMOCK_DEFINE_string_ (verbose, internal::kWarningVerbosity,"Controls how verbose Google Mock's output is."" Valid values:\n"" info - prints all messages.\n"" warning - prints warnings and errors.\n"" error - prints errors only.")
 
 testing::GMOCK_DEFINE_int32_ (default_mock_behavior, 1,"Controls the default behavior of mocks."" Valid values:\n"" 0 - by default, mocks act as NiceMocks.\n"" 1 - by default, mocks act as NaggyMocks.\n"" 2 - by default, mocks act as StrictMocks.")
 
static const char * testing::internal::ParseGoogleMockFlagValue (const char *str, const char *flag, bool def_optional)
 
static bool testing::internal::ParseGoogleMockBoolFlag (const char *str, const char *flag, bool *value)
 
template<typename String >
static bool testing::internal::ParseGoogleMockStringFlag (const char *str, const char *flag, String *value)
 
static bool testing::internal::ParseGoogleMockIntFlag (const char *str, const char *flag, int32_t *value)
 
template<typename CharType >
void testing::internal::InitGoogleMockImpl (int *argc, CharType **argv)
 
GTEST_API_ void testing::InitGoogleMock (int *argc, char **argv)
 
GTEST_API_ void testing::InitGoogleMock (int *argc, wchar_t **argv)
 
GTEST_API_ void testing::InitGoogleMock ()