예제 #1
0
        public void AddAlbatros(Location location)
        {
            IFitInSocket captainQuick = new TestCaptain(1, Direction.West);
            IFitInSocket canon        = new TestCanon(new List <ICoordinate>()
            {
                new Coordinate(1, 1)
            });

            BattleShip albatros = new TestShip("Albatros", location,
                                               captainQuick, captainQuick, captainQuick, captainQuick, captainQuick);

            TheSea.AcceptShip(albatros);
        }