Exemplo n.º 1
0
        public void TestCodeExistFalse()
        {
            GameJoin gj     = new GameJoin();
            bool     result = gj.CheckIfCodeExist("FFJDKS46546");

            Assert.AreEqual(false, result);
        }
Exemplo n.º 2
0
        public void TestCodeExistTrue()
        {
            GameJoin gj     = new GameJoin();
            bool     result = gj.CheckIfCodeExist("54654646");

            Assert.AreEqual(true, result);
        }