예제 #1
0
 public void SetUp()
 {
     sut = new Range(-5.1, 5.1);
 }
예제 #2
0
 public void SetUp()
 {
     sut = new Range(0.0, 10.5);
 }