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