Example #1
0
 public void ConvertXamlTypeToXamlType()
 {
     Assert.Throws(typeof(NotSupportedException), () =>
     {
         Assert.AreEqual("", c.ConvertTo(null, null, XamlLanguage.String, typeof(XamlType)), "#1");
     });
 }
 public void ConvertXamlTypeToXamlType()
 {
     Assert.Throws <NotSupportedException> (() => c.ConvertTo(null, null, XamlLanguage.String, typeof(XamlType)), "#1");
 }
Example #3
0
 public void ConvertXamlTypeToXamlType()
 {
     Assert.AreEqual("", c.ConvertTo(null, null, XamlLanguage.String, typeof(XamlType)), "#1");
 }