Exemplo n.º 1
0
        public void TestBasicShape_Textbox()
        {
            Widget widget = new Textbox(5, 5, 200, 100, "sample text");

            Assert.AreEqual("Textbox (5,5) width=200 height=100 Text=\"sample text\"", widget.Print());
        }