Exemplo n.º 1
0
        public void TestDrawBackgroundShouldDrawBackground()
        {
            var result = _canvasRenderer.DrawBackground(1d, 2d);

            Assert.That(result, Is.TypeOf <VisualItem>());
        }