Public Member Functions | |
std::string | getId () const |
ObjectMock (const std::string &id) | |
Private Attributes | |
std::string | m_id |
Definition at line 58 of file ObjectManagerTests.cpp.
ObjectManagerTests::ObjectMock::ObjectMock | ( | const std::string & | id | ) | [inline] |
Definition at line 61 of file ObjectManagerTests.cpp.
std::string ObjectManagerTests::ObjectMock::getId | ( | ) | const [inline] |
Definition at line 62 of file ObjectManagerTests.cpp.
std::string ObjectManagerTests::ObjectMock::m_id [private] |
Definition at line 65 of file ObjectManagerTests.cpp.