Class InventoryImprovementsTest.TestUse

java.lang.Object
com.takenoko.inventory.InventoryImprovementsTest.TestUse
Enclosing class:
InventoryImprovementsTest

@Nested @DisplayName("Method use()") class InventoryImprovementsTest.TestUse extends Object
  • Constructor Details

    • TestUse

      TestUse()
  • Method Details

    • use_shouldRemoveTheImprovementFromListIfIn

      @Test @DisplayName("should remove the improvement from list if in") void use_shouldRemoveTheImprovementFromListIfIn()
    • use_shouldThrowExceptionIfNotInList

      @Test @DisplayName("should throw exception if not in list") void use_shouldThrowExceptionIfNotInList()