Ejemplo n.º 1
0
        public void AccurateTest()
        {
            string tI  = "I hate mondays";
            string lTI = "1 h473 m0nd4yz";

            Assert.AreEqual(lTI, Leetspeak.Leet(tI));
        }
Ejemplo n.º 2
0
        public void ChangeTest()
        {
            string tI = "I hate mondays";

            Assert.AreNotEqual(tI, Leetspeak.Leet(tI));
        }