Ejemplo n.º 1
0
 public void SetUp()
 {
     TheConstraint        = new EmptyStringConstraint();
     ExpectedDescription  = "<empty>";
     StringRepresentation = "<emptystring>";
 }
Ejemplo n.º 2
0
 public void SetUp()
 {
     theConstraint = new EmptyStringConstraint();
     expectedDescription = "<empty>";
     stringRepresentation = "<emptystring>";
 }