예제 #1
0
 public void Cleanup()
 {
     _sut = null;
 }
예제 #2
0
 public void Setup()
 {
     _sut = new ShapeFinderLogic();
 }