Inheritance: DescriptionAttribute
		public void WhenRetrievingCategory_ThenReturnsValueFromResources()
		{
			// NOTE: if the LocalizableAttributes type is not found, please set 
			// the 'Custom Tool Namespace' property for the LocalizableAttributes.resx
			// file to 'NetFx.System.ComponentModel'.
			var value = new DescriptionResourceAttribute("Description", typeof(LocalizableAttributes)).Description;

			Assert.Equal("Description", value);
		}