Exemplo n.º 1
0
        public void EmptyTextBox()
        {
            var textBox = new TextBox();

            Assert.IsTrue(validator.IsEmpty(textBox));
        }