Exemplo n.º 1
0
        public void TestMethod1()
        {
            Boolean expected     = false;
            var     setupPlayer2 = new NaamInvoer2();
            bool    actual       = setupPlayer2.hasSameName("Josh", "Jake");

            Assert.AreEqual(expected, actual);
        }
Exemplo n.º 2
0
 public void TestMethod1()
 {
     var setupPlayer2 = new NaamInvoer2();
 }