|
hce-node application
1.4.3
HCE Hierarchical Cluster Engine node application
|
#include <CoreMocks.hpp>


Public Member Functions | |
| MOCK_METHOD0 (hasNext, bool()) | |
| MOCK_METHOD0 (reset, void()) | |
| MOCK_METHOD2 (getNext, void(std::string &key, std::string &value)) | |
Public Member Functions inherited from HCE::reduce::core::IterableIf | |
| virtual | ~IterableIf () |
| virtual bool | hasNext ()=0 |
| virtual void | reset ()=0 |
| virtual void | getNext (std::string &key, std::string &value)=0 |
Definition at line 15 of file CoreMocks.hpp.
| IterableMock::MOCK_METHOD0 | ( | hasNext | , |
| bool() | |||
| ) |
| IterableMock::MOCK_METHOD0 | ( | reset | , |
| void() | |||
| ) |