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