Beispiel #1
0
        public void IsValid_NotNullOrEmpty_True()
        {
            string szoveg = "László Dániel UnitTest-je";

            bool result = Required.IsValid(szoveg);

            Assert.IsTrue(result);
        }