Ejemplo n.º 1
0
        public void DrawALineTest()
        {
            ResetConsoleContent();

            _iDraw.drawChar = 'x';
            _iDraw.DrawALine(1, 2, 10, 20);

            Assert.IsTrue(_iDraw.LstConsoleContent.Count > 0, "Line created successfully");
        }