|
Apache Mesos
|
#include <gmock.hpp>
Public Member Functions | |
| MockFilter () | |
| MOCK_METHOD1 (filter, bool(const MessageEvent &)) | |
| MOCK_METHOD1 (filter, bool(const DispatchEvent &)) | |
| MOCK_METHOD1 (filter, bool(const HttpEvent &)) | |
| MOCK_METHOD1 (filter, bool(const ExitedEvent &)) | |
Public Member Functions inherited from process::Filter | |
| virtual | ~Filter () |
| virtual bool | filter (const MessageEvent &) |
| virtual bool | filter (const DispatchEvent &) |
| virtual bool | filter (const HttpEvent &) |
| virtual bool | filter (const ExitedEvent &) |
| virtual bool | filter (Event *event) |
|
inline |
| process::MockFilter::MOCK_METHOD1 | ( | filter | , |
| bool(const MessageEvent &) | |||
| ) |
| process::MockFilter::MOCK_METHOD1 | ( | filter | , |
| bool(const DispatchEvent &) | |||
| ) |
| process::MockFilter::MOCK_METHOD1 | ( | filter | , |
| bool(const ExitedEvent &) | |||
| ) |
1.8.5