Exemplo n.º 1
0
        public void Test1(string value)
        {
            var result = n.IsExist(value);

            Assert.True(result);
        }