public void ConstructorHasTheProperties() { Assert.IsTrue(SafeReflection.HasConstructor(typeWall, new Type[] { typeof(string), typeof(string) })); }