#include <gmock.h>
Public Types | |
typedef internal::Function< F > ::ArgumentMatcherTuple | ArgumentMatcherTuple |
typedef internal::Function< F > ::ArgumentMatcherTuple | ArgumentMatcherTuple |
typedef internal::Function< F > ::ArgumentTuple | ArgumentTuple |
typedef internal::Function< F > ::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
internal::OnCallSpec< F > & | InternalDefaultActionSetAt (const char *file, int line, const char *obj, const char *call) |
internal::OnCallSpec< F > & | InternalDefaultActionSetAt (const char *file, int line, const char *obj, const char *call) |
internal::TypedExpectation< F > & | InternalExpectedAt (const char *file, int line, const char *obj, const char *call) |
internal::TypedExpectation< F > & | InternalExpectedAt (const char *file, int line, const char *obj, const char *call) |
MockSpec (internal::FunctionMockerBase< F > *function_mocker) | |
MockSpec (internal::FunctionMockerBase< F > *function_mocker) | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (MockSpec) | |
GTEST_DISALLOW_ASSIGN_ (MockSpec) | |
void | SetMatchers (const ArgumentMatcherTuple &matchers) |
void | SetMatchers (const ArgumentMatcherTuple &matchers) |
Private Attributes | |
internal::FunctionMockerBase < F > *const | function_mocker_ |
ArgumentMatcherTuple | matchers_ |
Friends | |
class | internal::FunctionMocker |
Definition at line 9806 of file fused-src/gmock/gmock.h.
typedef internal::Function<F>::ArgumentMatcherTuple testing::internal::MockSpec< F >::ArgumentMatcherTuple |
Definition at line 1250 of file gmock-spec-builders.h.
typedef internal::Function<F>::ArgumentMatcherTuple testing::internal::MockSpec< F >::ArgumentMatcherTuple |
Definition at line 9810 of file fused-src/gmock/gmock.h.
typedef internal::Function<F>::ArgumentTuple testing::internal::MockSpec< F >::ArgumentTuple |
Definition at line 1248 of file gmock-spec-builders.h.
typedef internal::Function<F>::ArgumentTuple testing::internal::MockSpec< F >::ArgumentTuple |
Definition at line 9808 of file fused-src/gmock/gmock.h.
testing::internal::MockSpec< F >::MockSpec | ( | internal::FunctionMockerBase< F > * | function_mocker | ) | [inline, explicit] |
Definition at line 9814 of file fused-src/gmock/gmock.h.
testing::internal::MockSpec< F >::MockSpec | ( | internal::FunctionMockerBase< F > * | function_mocker | ) | [inline, explicit] |
Definition at line 1254 of file gmock-spec-builders.h.
testing::internal::MockSpec< F >::GTEST_DISALLOW_ASSIGN_ | ( | MockSpec< F > | ) | [private] |
testing::internal::MockSpec< F >::GTEST_DISALLOW_ASSIGN_ | ( | MockSpec< F > | ) | [private] |
internal::OnCallSpec<F>& testing::internal::MockSpec< F >::InternalDefaultActionSetAt | ( | const char * | file, |
int | line, | ||
const char * | obj, | ||
const char * | call | ||
) | [inline] |
Definition at line 1259 of file gmock-spec-builders.h.
internal::OnCallSpec<F>& testing::internal::MockSpec< F >::InternalDefaultActionSetAt | ( | const char * | file, |
int | line, | ||
const char * | obj, | ||
const char * | call | ||
) | [inline] |
Definition at line 9819 of file fused-src/gmock/gmock.h.
internal::TypedExpectation<F>& testing::internal::MockSpec< F >::InternalExpectedAt | ( | const char * | file, |
int | line, | ||
const char * | obj, | ||
const char * | call | ||
) | [inline] |
Definition at line 1268 of file gmock-spec-builders.h.
internal::TypedExpectation<F>& testing::internal::MockSpec< F >::InternalExpectedAt | ( | const char * | file, |
int | line, | ||
const char * | obj, | ||
const char * | call | ||
) | [inline] |
Definition at line 9828 of file fused-src/gmock/gmock.h.
void testing::internal::MockSpec< F >::SetMatchers | ( | const ArgumentMatcherTuple & | matchers | ) | [inline, private] |
Definition at line 1280 of file gmock-spec-builders.h.
void testing::internal::MockSpec< F >::SetMatchers | ( | const ArgumentMatcherTuple & | matchers | ) | [inline, private] |
Definition at line 9840 of file fused-src/gmock/gmock.h.
internal::FunctionMocker [friend] |
Definition at line 9838 of file fused-src/gmock/gmock.h.
internal::FunctionMockerBase< F > *const testing::internal::MockSpec< F >::function_mocker_ [private] |
Definition at line 9845 of file fused-src/gmock/gmock.h.
ArgumentMatcherTuple testing::internal::MockSpec< F >::matchers_ [private] |
Definition at line 9847 of file fused-src/gmock/gmock.h.