Esempio n. 1
0
        public void return_its_name()
        {
            var player = new Player("bob", 0, 6);

            Assert.That(player.Name(), Is.EqualTo("bob"));
        }