Package com.takenoko.engine
Class GameEngineTest.TestStartGame
java.lang.Object
com.takenoko.engine.GameEngineTest.TestStartGame
- Enclosing class:
- GameEngineTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class
(package private) class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
-
Constructor Details
-
TestStartGame
TestStartGame()
-
-
Method Details
-
startGame_shouldChangeGameStateToPlaying
@Test @DisplayName("Should change the game state to PLAYING") void startGame_shouldChangeGameStateToPlaying() -
startGame_shouldDisplayALotOfMessages
@Test @DisplayName("Should display a lot of messages") void startGame_shouldDisplayALotOfMessages()
-