AddTextBox() 공개 메소드

public AddTextBox ( ) : IChilliTextBox
리턴 IChilliTextBox
예제 #1
0
        public void TestAddTextBoxGizmox()
        {
            //---------------Set up test pack-------------------
            IChilliFilterControl ctl = new FilterControlGizmox();

            //---------------Execute Test ----------------------
            IChilliTextBox myTextBox = ctl.AddTextBox();
            //---------------Test Result -----------------------
            Assert.IsNotNull(myTextBox);
            Assert.AreEqual(1, ctl.ChilliControls.Count);
            //---------------Tear Down -------------------------          
        }
예제 #2
0
        public void TestAddTextBoxGizmox()
        {
            //---------------Set up test pack-------------------
            IChilliFilterControl ctl = new FilterControlGizmox();

            //---------------Execute Test ----------------------
            IChilliTextBox myTextBox = ctl.AddTextBox();

            //---------------Test Result -----------------------
            Assert.IsNotNull(myTextBox);
            Assert.AreEqual(1, ctl.ChilliControls.Count);
            //---------------Tear Down -------------------------
        }