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

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