Example #1
0
 public void Leetspeak_e()
 {
     // PingPongClass testPingPong = new PingPongClass();
     Assert.AreEqual('3', LeetspeakClass.CheckNumber('e'));
 }
Example #2
0
 public void PingPong_NumberDivisibleByThree_pingAndFive_ping()
 {
     // PingPongClass testPingPong = new PingPongClass();
     Assert.AreEqual('7', LeetspeakClass.CheckNumber('t'));
 }