Exemplo n.º 1
0
        public void Test1()
        {
            var actual = IsUnique.SolutionWithDictionary("tes");

            Assert.AreEqual(true, actual);
        }
Exemplo n.º 2
0
        public void Test2()
        {
            var actual = IsUnique.SolutionWithDictionary("test");

            Assert.AreEqual(false, actual);
        }