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); }
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); }