You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GameCreatorManager should not create the puzzle when the word count is more than 80 or the total point is more than 400.
GameCreatorManager
-Should throw an IllegalPointRangeException if the total point is more than 400
-Should throw an IllegalWordCountException if the word count is more than 80
The text was updated successfully, but these errors were encountered:
GameCreatorManager should not create the puzzle when the word count is more than 80 or the total point is more than 400.
GameCreatorManager
-Should throw an IllegalPointRangeException if the total point is more than 400
-Should throw an IllegalWordCountException if the word count is more than 80
The text was updated successfully, but these errors were encountered: