示例#1
0
文件: LiTest.cs 项目: tbossi/Tags
 public void SupportedAttributes(Type supportedType)
 {
     Assert.That(supportedType.IsAssignableFrom(_tag.GetType()));
 }