コード例 #1
0
 public void SetUp()
 {
     theConstraint = new PropertyExistsConstraint("Length");
     expectedDescription = "property Length";
     stringRepresentation = "<propertyexists Length>";
 }