Exemplo n.º 1
0
 public void GetPropertiesSupported()
 {
     var conv = new ColorConverter();
     Assert.False(conv.GetPropertiesSupported());
     Assert.False(conv.GetPropertiesSupported(null));
 }