Class HistoryAnalysisTest.GetGameProgress

java.lang.Object
com.takenoko.bot.utils.HistoryAnalysisTest.GetGameProgress
Enclosing class:
HistoryAnalysisTest

@Nested @DisplayName("Method getGameProgress()") class HistoryAnalysisTest.GetGameProgress extends Object
  • Field Details

  • Constructor Details

    • GetGameProgress

      GetGameProgress()
  • Method Details

    • setUp

      @BeforeEach void setUp()
    • shouldReturnEarlyGame

      @Test @DisplayName("Should return Early Game when it is early game") void shouldReturnEarlyGame()
    • shouldReturnMidGame

      @Test @DisplayName("Should return Mid Game when it is mid game") void shouldReturnMidGame()
    • shouldReturnLateGame

      @Test @DisplayName("Should return Late Game when it is late game") void shouldReturnLateGame()