Exemple #1
0
 public void ConvertToInvalidDestination()
 {
     new Action(() => _converter.ConvertTo(new Thickness(), typeof(Guid))).Should().Throw <NotSupportedException>();
 }