|
proxygen
|
Public Member Functions | |
| ViaFixture () | |
| ~ViaFixture () override | |
| void | addAsync (int a, int b, std::function< void(int &&)> &&cob) |
Public Member Functions inherited from testing::Test | |
| virtual | ~Test () |
| virtual | ~Test () |
| virtual | ~Test () |
Public Attributes | |
| std::shared_ptr< ManualExecutor > | westExecutor |
| std::shared_ptr< ManualExecutor > | eastExecutor |
| std::shared_ptr< ManualWaiter > | waiter |
| InlineExecutor | inlineExecutor |
| std::atomic< bool > | done |
| std::thread | th |
Additional Inherited Members | |
Public Types inherited from testing::Test | |
| typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
| typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
| typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
| typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
| typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
| typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Static Public Member Functions inherited from testing::Test | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
| static bool | HasFatalFailure () |
| static bool | HasNonfatalFailure () |
| static bool | HasFailure () |
| static void | RecordProperty (const std::string &key, const std::string &value) |
| static void | RecordProperty (const std::string &key, int value) |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
| static bool | HasFatalFailure () |
| static bool | HasNonfatalFailure () |
| static bool | HasFailure () |
| static void | RecordProperty (const std::string &key, const std::string &value) |
| static void | RecordProperty (const std::string &key, int value) |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
| static bool | HasFatalFailure () |
| static bool | HasNonfatalFailure () |
| static bool | HasFailure () |
| static void | RecordProperty (const std::string &key, const std::string &value) |
| static void | RecordProperty (const std::string &key, int value) |
Protected Member Functions inherited from testing::Test | |
| Test () | |
| virtual void | SetUp () |
| virtual void | TearDown () |
| Test () | |
| virtual void | SetUp () |
| virtual void | TearDown () |
| Test () | |
| virtual void | SetUp () |
| virtual void | TearDown () |
Definition at line 44 of file ViaTest.cpp.
|
inline |
Definition at line 45 of file ViaTest.cpp.
References ManualWaiter::drive().
|
inlineoverride |
Definition at line 58 of file ViaTest.cpp.
|
inline |
Definition at line 64 of file ViaTest.cpp.
| std::atomic<bool> ViaFixture::done |
Definition at line 72 of file ViaTest.cpp.
| std::shared_ptr<ManualExecutor> ViaFixture::eastExecutor |
Definition at line 69 of file ViaTest.cpp.
| InlineExecutor ViaFixture::inlineExecutor |
Definition at line 71 of file ViaTest.cpp.
| std::thread ViaFixture::th |
Definition at line 73 of file ViaTest.cpp.
| std::shared_ptr<ManualWaiter> ViaFixture::waiter |
Definition at line 70 of file ViaTest.cpp.
| std::shared_ptr<ManualExecutor> ViaFixture::westExecutor |
Definition at line 68 of file ViaTest.cpp.