Пример #1
0
 public void ConstructorHasTheProperties()
 {
     Assert.IsTrue(SafeReflection.HasConstructor(typeWall, new Type[] { typeof(string), typeof(string) }));
 }