示例#1
0
 public void TestProperty(string property)
 {
     Assert.True(KWLEC200.IsProperty(property));
     Assert.NotNull(_kwlec200.GetPropertyValue(property));
 }