Lines Matching refs:IcmpSessionTest
69 class IcmpSessionTest : public Test { class
71 IcmpSessionTest() : icmp_session_(&dispatcher_) {} in IcmpSessionTest() function in shill::IcmpSessionTest
72 virtual ~IcmpSessionTest() {} in ~IcmpSessionTest()
106 destination, Bind(&IcmpSessionTest::ResultCallback, Unretained(this))); in Start()
178 const char IcmpSessionTest::kIPAddress[] = "10.0.1.1";
180 TEST_F(IcmpSessionTest, Constructor) { in TEST_F() argument
194 TEST_F(IcmpSessionTest, StartWhileAlreadyStarted) { in TEST_F() argument
207 TEST_F(IcmpSessionTest, StopWhileNotStarted) { in TEST_F() argument
216 TEST_F(IcmpSessionTest, SessionSuccess) { in TEST_F() argument
342 TEST_F(IcmpSessionTest, SessionTimeoutOrInterrupted) { in TEST_F() argument
424 TEST_F(IcmpSessionTest, DoNotReportResultsOnStop) { in TEST_F() argument
437 TEST_F(IcmpSessionTest, AnyRepliesReceived) { in TEST_F() argument
456 TEST_F(IcmpSessionTest, IsPacketLossPercentageGreaterThan) { in TEST_F() argument