예제 #1
0
 public void TestGetCurrentShapeType()
 {
     _canvasDrawer.GetCurrentShapeType();
     Assert.IsTrue(_currentState.IsCalledGetCurrentShapeType);
 }