Home
last modified time | relevance | path

Searched refs:NotificationDelegateTest (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification_delegate_unittest.cc15 class NotificationDelegateTest : public testing::Test { class
17 NotificationDelegateTest();
18 virtual ~NotificationDelegateTest();
27 DISALLOW_COPY_AND_ASSIGN(NotificationDelegateTest);
30 NotificationDelegateTest::NotificationDelegateTest() : callback_count_(0) {} in NotificationDelegateTest() function in message_center::NotificationDelegateTest
32 NotificationDelegateTest::~NotificationDelegateTest() {} in ~NotificationDelegateTest()
34 void NotificationDelegateTest::ClickCallback() { in ClickCallback()
38 int NotificationDelegateTest::GetClickedCallbackAndReset() { in GetClickedCallbackAndReset()
44 TEST_F(NotificationDelegateTest, ClickedDelegate) { in TEST_F() argument
47 base::Bind(&NotificationDelegateTest::ClickCallback, in TEST_F()
[all …]