Inheritance: DisplayNameAttribute
		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 DisplayNameResourceAttribute("DisplayName", typeof(LocalizableAttributes)).DisplayName;

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