public void PropertyAccessors_GetPropertiesWithAttributes_ContainingObjectIsNull()
 {
     Assert.Throws <ArgumentNullException>(() => PropertyAccessors.GetPropertiesWithAttribute <TestAttribute>(null));
 }