Class KaiserEngineFeedToPopulationTest

java.lang.Object
de.aikiit.game.kaiser.KaiserEngineFeedToPopulationTest

public class KaiserEngineFeedToPopulationTest extends Object
  • Constructor Details

    • KaiserEngineFeedToPopulationTest

      public KaiserEngineFeedToPopulationTest()
  • Method Details

    • createNewEngineUnderTest

      @BeforeEach void createNewEngineUnderTest()
    • feedToPopulationDoesNothingIfZeroIsGiven

      @Test void feedToPopulationDoesNothingIfZeroIsGiven()
    • feedToPopulationDoesNothingIfNegativeValueIsGiven

      @Test void feedToPopulationDoesNothingIfNegativeValueIsGiven()
    • feedToPopulationWithNotEnoughSupplyAsArgumentInducesNoChanges

      @Test void feedToPopulationWithNotEnoughSupplyAsArgumentInducesNoChanges()
    • feedToPopulationRegularUseCaseAndSetPriceToOneAfterwards

      @Test void feedToPopulationRegularUseCaseAndSetPriceToOneAfterwards()