Class BoardTest.TestNextRound

java.lang.Object
com.takenoko.engine.BoardTest.TestNextRound
Enclosing class:
BoardTest

@Nested @DisplayName("Methods nextRound && getRoundNumber") class BoardTest.TestNextRound extends Object
  • Constructor Details

    • TestNextRound

      TestNextRound()
  • Method Details

    • nextRound_ByDefault_RoundNumberIs0

      @Test @DisplayName("By default, round number is 0") void nextRound_ByDefault_RoundNumberIs0()
    • nextRound_WhenNextRoundIsCalled_RoundNumberIsIncremented

      @Test @DisplayName("When nextRound is called, round number is incremented") void nextRound_WhenNextRoundIsCalled_RoundNumberIsIncremented()