Example #1
0
 public double ShouldReturnPermeter(double length)
 {
     var square = new Square(length);
     return square.GetPerimeter();
 }