Exemplo n.º 1
0
        public void IsNULL()
        {
            string str = "";

            Assert.IsTrue(VerifyUtil.IsEmpty(str));
        }