Esempio n. 1
0
 public void SetUp()
 {
     Matcher = new TrueConstraint();
     GoodValues = new object[] { true, 2+2==4 };
     BadValues = new object[] { null, "hello", false, 2+2==5 };
     Description = "True";
 }
Esempio n. 2
0
 public void SetUp()
 {
     TheConstraint        = new TrueConstraint();
     ExpectedDescription  = "True";
     StringRepresentation = "<true>";
 }
Esempio n. 3
0
 public void SetUp()
 {
     theConstraint = new TrueConstraint();
     expectedDescription = "True";
     stringRepresentation = "<true>";
 }