Пример #1
0
        public void Empty_constructor_returns_list_without_notifications()
        {
            var notificationList = new NotificationList();

            notificationList.ShouldBeEmpty();
        }