Searched refs:PrivetV3SessionTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_session_unittest.cc30 class PrivetV3SessionTest : public testing::Test { class in namespace:local_discovery::__anon4179
32 PrivetV3SessionTest() function in class:local_discovery::__anon4179::PrivetV3SessionTest
35 virtual ~PrivetV3SessionTest() {}
60 TEST_F(PrivetV3SessionTest, NotConfirmed) {
62 InvokeWithoutArgs(this, &PrivetV3SessionTest::QuitLoop));
67 TEST_F(PrivetV3SessionTest, Confirmed) {
71 .WillOnce(InvokeWithoutArgs(this, &PrivetV3SessionTest::QuitLoop));
73 Invoke(this, &PrivetV3SessionTest::ConfirmCode));

Completed in 65 milliseconds