#include <gmock.h>

Public Types | |
| typedef Function< F > ::ArgumentMatcherTuple | ArgumentMatcherTuple |
| typedef Function< F > ::ArgumentMatcherTuple | ArgumentMatcherTuple |
| typedef Function< F > ::ArgumentTuple | ArgumentTuple |
| typedef Function< F > ::ArgumentTuple | ArgumentTuple |
Public Member Functions | |
| const Action< F > & | GetAction () const |
| const Action< F > & | GetAction () const |
| bool | Matches (const ArgumentTuple &args) const |
| bool | Matches (const ArgumentTuple &args) const |
| OnCallSpec (const char *a_file, int a_line, const ArgumentMatcherTuple &matchers) | |
| OnCallSpec (const char *a_file, int a_line, const ArgumentMatcherTuple &matchers) | |
| OnCallSpec & | WillByDefault (const Action< F > &action) |
| OnCallSpec & | WillByDefault (const Action< F > &action) |
| OnCallSpec & | With (const Matcher< const ArgumentTuple & > &m) |
| OnCallSpec & | With (const Matcher< const ArgumentTuple & > &m) |
Private Attributes | |
| Action< F > | action_ |
| Matcher< const ArgumentTuple & > | extra_matcher_ |
| ArgumentMatcherTuple | matchers_ |
Definition at line 8845 of file fused-src/gmock/gmock.h.
| typedef Function<F>::ArgumentMatcherTuple testing::internal::OnCallSpec< F >::ArgumentMatcherTuple |
Definition at line 288 of file gmock-spec-builders.h.
| typedef Function<F>::ArgumentMatcherTuple testing::internal::OnCallSpec< F >::ArgumentMatcherTuple |
Definition at line 8848 of file fused-src/gmock/gmock.h.
| typedef Function<F>::ArgumentTuple testing::internal::OnCallSpec< F >::ArgumentTuple |
Definition at line 287 of file gmock-spec-builders.h.
| typedef Function<F>::ArgumentTuple testing::internal::OnCallSpec< F >::ArgumentTuple |
Definition at line 8847 of file fused-src/gmock/gmock.h.
| testing::internal::OnCallSpec< F >::OnCallSpec | ( | const char * | a_file, |
| int | a_line, | ||
| const ArgumentMatcherTuple & | matchers | ||
| ) | [inline] |
Definition at line 8852 of file fused-src/gmock/gmock.h.
| testing::internal::OnCallSpec< F >::OnCallSpec | ( | const char * | a_file, |
| int | a_line, | ||
| const ArgumentMatcherTuple & | matchers | ||
| ) | [inline] |
Definition at line 292 of file gmock-spec-builders.h.
| const Action<F>& testing::internal::OnCallSpec< F >::GetAction | ( | ) | const [inline] |
Definition at line 334 of file gmock-spec-builders.h.
| const Action<F>& testing::internal::OnCallSpec< F >::GetAction | ( | ) | const [inline] |
Definition at line 8894 of file fused-src/gmock/gmock.h.
| bool testing::internal::OnCallSpec< F >::Matches | ( | const ArgumentTuple & | args | ) | const [inline] |
Definition at line 329 of file gmock-spec-builders.h.
| bool testing::internal::OnCallSpec< F >::Matches | ( | const ArgumentTuple & | args | ) | const [inline] |
Definition at line 8889 of file fused-src/gmock/gmock.h.
| OnCallSpec& testing::internal::OnCallSpec< F >::WillByDefault | ( | const Action< F > & | action | ) | [inline] |
Definition at line 316 of file gmock-spec-builders.h.
| OnCallSpec& testing::internal::OnCallSpec< F >::WillByDefault | ( | const Action< F > & | action | ) | [inline] |
Definition at line 8876 of file fused-src/gmock/gmock.h.
| OnCallSpec& testing::internal::OnCallSpec< F >::With | ( | const Matcher< const ArgumentTuple & > & | m | ) | [inline] |
Definition at line 304 of file gmock-spec-builders.h.
| OnCallSpec& testing::internal::OnCallSpec< F >::With | ( | const Matcher< const ArgumentTuple & > & | m | ) | [inline] |
Definition at line 8864 of file fused-src/gmock/gmock.h.
Action< F > testing::internal::OnCallSpec< F >::action_ [private] |
Definition at line 8917 of file fused-src/gmock/gmock.h.
Matcher< const ArgumentTuple & > testing::internal::OnCallSpec< F >::extra_matcher_ [private] |
Definition at line 8916 of file fused-src/gmock/gmock.h.
ArgumentMatcherTuple testing::internal::OnCallSpec< F >::matchers_ [private] |
Definition at line 8915 of file fused-src/gmock/gmock.h.