Пример #1
0
        public void DeletesShipComponentOnShipComponentCancel()
        {
            var position = new Coordinate(4, 2);

            controller.CancelShipComponent(position);
            mockBlueprintBuilder.Verify(builder => builder.DeleteShipComponent(position));
        }