Definition at line 31 of file fl_platform_plugin_test.cc.
◆ is_gtest_matcher [1/2]
◆ is_gtest_matcher [2/2]
◆ MethodCallMatcher() [1/2]
MethodCallMatcher::MethodCallMatcher |
( |
::testing::Matcher< std::string > |
name, |
|
|
::testing::Matcher< FlValue * > |
args |
|
) |
| |
|
inlineexplicit |
◆ MethodCallMatcher() [2/2]
MethodCallMatcher::MethodCallMatcher |
( |
::testing::Matcher< std::string > |
name, |
|
|
::testing::Matcher< FlValue * > |
args |
|
) |
| |
|
inlineexplicit |
◆ DescribeNegationTo() [1/2]
void MethodCallMatcher::DescribeNegationTo |
( |
std::ostream * |
os | ) |
const |
|
inline |
Definition at line 70 of file fl_platform_plugin_test.cc.
71 *os <<
"method name ";
72 name_.DescribeNegationTo(os);
74 args_.DescribeNegationTo(os);
◆ DescribeNegationTo() [2/2]
void MethodCallMatcher::DescribeNegationTo |
( |
std::ostream * |
os | ) |
const |
|
inline |
Definition at line 82 of file fl_text_input_plugin_test.cc.
83 *os <<
"method name ";
84 name_.DescribeNegationTo(os);
86 args_.DescribeNegationTo(os);
◆ DescribeTo() [1/2]
void MethodCallMatcher::DescribeTo |
( |
std::ostream * |
os | ) |
const |
|
inline |
◆ DescribeTo() [2/2]
void MethodCallMatcher::DescribeTo |
( |
std::ostream * |
os | ) |
const |
|
inline |
◆ MatchAndExplain() [1/2]
bool MethodCallMatcher::MatchAndExplain |
( |
GBytes * |
method_call, |
|
|
::testing::MatchResultListener * |
result_listener |
|
) |
| const |
|
inline |
◆ MatchAndExplain() [2/2]
bool MethodCallMatcher::MatchAndExplain |
( |
GBytes * |
method_call, |
|
|
::testing::MatchResultListener * |
result_listener |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following files: