Esempio n. 1
0
 public void SetUp()
 {
     sut = new Range(-5.1, 5.1);
 }
Esempio n. 2
0
 public void SetUp()
 {
     sut = new Range(0.0, 10.5);
 }