proxygen
|
Go to the source code of this file.
Functions | |
TEST (Poll, ready) | |
TEST (Poll, notReady) | |
TEST (Poll, exception) | |
TEST | ( | Poll | , |
ready | |||
) |
Definition at line 22 of file PollTest.cpp.
References EXPECT_EQ, f, folly::Promise< T >::getFuture(), and folly::Promise< T >::setValue().
TEST | ( | Poll | , |
notReady | |||
) |
Definition at line 29 of file PollTest.cpp.
References EXPECT_FALSE, f, and folly::Promise< T >::getFuture().
TEST | ( | Poll | , |
exception | |||
) |
Definition at line 35 of file PollTest.cpp.
References EXPECT_TRUE, f, folly::Promise< T >::getFuture(), and folly::Promise< T >::setWith().