Channel9Downloader.Test.Unit.Entities.DownloadItemTest.SettingPriorityToDifferentValueRaisesPropertyChanged C# (CSharp) Method

SettingPriorityToDifferentValueRaisesPropertyChanged() private method

        public void SettingPriorityToDifferentValueRaisesPropertyChanged()
        {
            Assertion.PropertyChangedIsCalled(_downloadItem, DownloadItem.PROP_PRIORITY, DownloadPriority.High);
        }