public string CurrentCategory_ShouldReturn_RespectiveCategory(int place)
 {
     return(_gameQuestions.CurrentCategory(place));
 }
Beispiel #2
0
 private void LogQuestionCategory()
 {
     Console.WriteLine("The category is " + _gameQuestions.CurrentCategory(_gamePlayers.CurrentPlayersPlace));
 }