public void ScoreCount_CountScoreSecond_True() { string myWord = "jk"; Scrabble testLetter = new Scrabble(myWord); Assert.AreEqual(13, testLetter.ScoreCount()); }