Exemple #1
0
        public void ScrabbleScore_CreatesInstanceOfScrabbleScore_ScrabbleScore()
        {
            ScrabbleScore newScrabbleScore = new ScrabbleScore("scrabble");

            Assert.AreEqual(typeof(ScrabbleScore), newScrabbleScore.GetType());
        }