public void SetUp()
 {
     comparer = new NUnitComparer();
 }
 public void SetUp()
 {
     tolerance = Tolerance.Empty;
     comparer = new NUnitComparer();
 }
Example #3
0
 public void SetUp()
 {
     comparer = new NUnitComparer();
 }
Example #4
0
 public void SetUp()
 {
     tolerance = Tolerance.Empty;
     comparer  = new NUnitComparer();
 }