Beispiel #1
0
        public void Test4()
        {
            string res = Desafio2.order("9of Fo1r pe6ople g3ood th5e the2");

            Assert.Equal("Fo1r the2 g3ood th5e pe6ople 9of", res);
        }
Beispiel #2
0
        public void Test1()
        {
            string res = Desafio2.order("is2  Thi1s T4est 3a");

            Assert.Equal("Thi1s is2 3a T4est", res);
        }
Beispiel #3
0
        public void Test3()
        {
            string res = Desafio2.order("");

            Assert.Equal("", res);
        }