Class IrrigationDeckTest

java.lang.Object
com.takenoko.asset.IrrigationDeckTest

class IrrigationDeckTest extends Object
  • Constructor Details

    • IrrigationDeckTest

      IrrigationDeckTest()
  • Method Details

    • draw

      @Test @DisplayName("method draw") void draw()
    • hasIrrigation

      @Test @DisplayName("method hasIrrigation") void hasIrrigation()
    • equals

      @Test @DisplayName("When irrigationDeck-s are equal, returns true") void equals()
    • hashCodeTest

      @Test @DisplayName("When irrigationDeck-s are equal, returns same hash code") void hashCodeTest()