Exemple #1
0
        public void Should_Construct_NotificationPanel()
        {
            NotificationPanel notificationPanel = new NotificationPanel(userId, title, content, notificationSettingId, link, branchId, committeeId);

            _ = new NotificationPanel();

            notificationPanel.ShouldNotBeNull();
        }
Exemple #2
0
        public void Should_Construct_NotificationPanel_Third()
        {
            NotificationPanel notificationPanel = new NotificationPanel(cr, title, content, notificationSettingId, link);

            notificationPanel.ShouldNotBeNull();
        }