public void Use_A_WindowsFactory_To_Create_A_Button()
        {
            GUIFactory factory = new WindowsFactory();

            factory.CreateButton(window).Draw(window);

            Assert.AreEqual("WindowsButton", window.DrawnText);
        }
        public void Use_A_WindowsFactory_To_Create_A_Button()
        {
            GUIFactory factory = new WindowsFactory();

            factory.CreateButton(window).Draw(window);

            Assert.AreEqual("WindowsButton", window.DrawnText);
        }