Searched refs:NotificationDelegateTest (Results 1 – 1 of 1) sorted by relevance
15 class NotificationDelegateTest : public testing::Test { class17 NotificationDelegateTest();18 virtual ~NotificationDelegateTest();27 DISALLOW_COPY_AND_ASSIGN(NotificationDelegateTest);30 NotificationDelegateTest::NotificationDelegateTest() : callback_count_(0) {} in NotificationDelegateTest() function in message_center::NotificationDelegateTest32 NotificationDelegateTest::~NotificationDelegateTest() {} in ~NotificationDelegateTest()34 void NotificationDelegateTest::ClickCallback() { in ClickCallback()38 int NotificationDelegateTest::GetClickedCallbackAndReset() { in GetClickedCallbackAndReset()44 TEST_F(NotificationDelegateTest, ClickedDelegate) { in TEST_F() argument47 base::Bind(&NotificationDelegateTest::ClickCallback, in TEST_F()[all …]