예제 #1
0
        public void English_replace7_t()
        {
            Leetspeak test7 = new Leetspeak();

            Assert.AreEqual("Hello in there", test7.English("H3ll0 in 7h3r3"));
        }
예제 #2
0
        public void English_replace0_o()
        {
            Leetspeak test0 = new Leetspeak();

            Assert.AreEqual("Hello", test0.English("H3ll0"));
        }
예제 #3
0
        public void English_replace1_I()
        {
            Leetspeak test0 = new Leetspeak();

            Assert.AreEqual("Hello In There", test0.English("H3ll0 1n Th3r3"));
        }
예제 #4
0
        public void English_replacez_s()
        {
            Leetspeak testZ = new Leetspeak();

            Assert.AreEqual("Hello in there Melissa", testZ.English("H3ll0 in 7h3r3 M3lissa"));
        }