Lines Matching defs:HookTableTest
49 class HookTableTest : public testing::Test { class
56 HookTableTest() in HookTableTest() function in shill::HookTableTest
65 TEST_F(HookTableTest, ActionCompletes) { in TEST_F() argument
89 TEST_F(HookTableTest, ActionCompletesAndRemovesActionInDoneCallback) { in TEST_F() argument
109 TEST_F(HookTableTest, ActionCompletesInline) { in TEST_F() argument
125 TEST_F(HookTableTest, ActionTimesOut) { in TEST_F() argument
144 TEST_F(HookTableTest, MultipleActionsAllSucceed) { in TEST_F() argument
168 TEST_F(HookTableTest, MultipleActionsAndOneTimesOut) { in TEST_F() argument
190 TEST_F(HookTableTest, AddActionsWithSameName) { in TEST_F() argument
212 TEST_F(HookTableTest, RemoveAction) { in TEST_F() argument
223 TEST_F(HookTableTest, ActionCompleteFollowedByRemove) { in TEST_F() argument
231 TEST_F(HookTableTest, IsEmpty) { in TEST_F() argument
250 TEST_F(HookTableTest, RefcountedObject) { in TEST_F() argument
259 TEST_F(HookTableTest, ActionAddedBeforePreviousActionCompletes) { in TEST_F() argument