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