Exemplo 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";
 }
Exemplo n.º 2
0
 public void SetUp()
 {
     TheConstraint        = new TrueConstraint();
     ExpectedDescription  = "True";
     StringRepresentation = "<true>";
 }
Exemplo n.º 3
0
 public void SetUp()
 {
     theConstraint = new TrueConstraint();
     expectedDescription = "True";
     stringRepresentation = "<true>";
 }