proxygen
|
Public Member Functions | |
TestFile (bool exists, time_t mTime) | |
void | update (bool e, time_t t) |
FilePoller::FileModificationData | toFileModData () |
Public Attributes | |
const std::string | name {"fakeFile"} |
Private Attributes | |
bool | exists_ {false} |
time_t | modTime_ {0} |
std::mutex | m |
Definition at line 134 of file FilePollerTest.cpp.
|
inline |
Definition at line 136 of file FilePollerTest.cpp.
|
inline |
|
inline |
Definition at line 138 of file FilePollerTest.cpp.
References m, and folly::pushmi::detail::t.
Referenced by TEST(), and TEST_F().
|
private |
Definition at line 151 of file FilePollerTest.cpp.
|
private |
Definition at line 153 of file FilePollerTest.cpp.
|
private |
Definition at line 152 of file FilePollerTest.cpp.
const std::string TestFile::name {"fakeFile"} |
Definition at line 149 of file FilePollerTest.cpp.
Referenced by PollerWithState::PollerWithState().