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