Exemplo n.º 1
0
        public void TestingModifyFormComboBox()
        {
            Modify m = new Modify();

            bool actual;
            bool expected = true;

            actual = m.loadComboBox();

            Assert.AreEqual(expected, actual);
        }