Exemplo n.º 1
0
        public void CheckControls()
        {
            AssertControlExists("projectPathLabel");
            AssertControlExists("projectBaseTextBox");
            AssertControlExists("groupBox1");
            AssertControlExists("closeButton");

            ControlTester tester = new ControlTester(Controls["groupBox1"]);

            tester.AssertControlExists("configComboBox");
            tester.AssertControlExists("editConfigsButton");
            tester.AssertControlExists("projectTabControl");
        }