Ejemplo n.º 1
0
 protected override void SetUp()
 {
     Matcher     = new UniqueItemsConstraint();
     GoodValues  = new object[] { new int[] { 1, 3, 17, -2, 34 }, new object[0] };
     BadValues   = new object[] { new int[] { 1, 3, 17, 3, 34 } };
     Description = "all items unique";
 }
 public void SetUp()
 {
     theConstraint = new UniqueItemsConstraint();
     stringRepresentation = "<uniqueitems>";
     expectedDescription = "all items unique";
 }
Ejemplo n.º 3
0
 public void SetUp()
 {
     theConstraint        = new UniqueItemsConstraint();
     stringRepresentation = "<uniqueitems>";
     expectedDescription  = "all items unique";
 }