示例#1
0
 public void GettingDefaultTypeName()
 {
     Assert.AreEqual(provider.GetTypeName(typeof(string)), "string");
 }