Package com.takenoko.asset
Class IrrigationDeckTest
java.lang.Object
com.takenoko.asset.IrrigationDeckTest
-
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()
-