Ejemplo n.º 1
0
        public void TestMethod1()
        {
            var r = new Graphical_Programming_Language_Application.Rectangle();
            int x = 50, y = 50, size = 20, size1 = 20;

            r.set(texturestyle, bb, c1, x, y, size, size1);
        }
Ejemplo n.º 2
0
        public void TestMethod1()
        {
            var r = new Graphical_Programming_Language_Application.Rectangle();
            int x = 200, y = 200, size = 100, size1 = 100;

            r.set(texturestyle, bb, c1, x, y, size, size1);
            Assert.AreEqual(200, r.x);
        }