Example #1
0
 public void ByteArrayConverter_CanConvert_Detects_Supported_Type()
 {
     Assert.IsTrue(_converter.CanConvert(typeof(byte[])));
 }