Package com.takenoko.asset
Class TileDeckTest.Equals
java.lang.Object
com.takenoko.asset.TileDeckTest.Equals
- Enclosing class:
- TileDeckTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
-
Constructor Details
-
Equals
Equals()
-
-
Method Details
-
whenComparingTwoTileDecksTheyAreEqualIfTheyHaveTheSameTiles
@Test @DisplayName("When comparing two tile decks, they are equal if they have the same tiles and the same random seed") void whenComparingTwoTileDecksTheyAreEqualIfTheyHaveTheSameTiles() -
whenComparingTwoTileDecksTheyAreNotEqualIfTheyHaveDifferentTiles
@Test @DisplayName("When comparing two tile decks, they are not equal if they have different tiles") void whenComparingTwoTileDecksTheyAreNotEqualIfTheyHaveDifferentTiles() -
returnFalseWhenComparingATileDeckToObject
@Test @DisplayName("Return false when comparing a tile deck to Object") void returnFalseWhenComparingATileDeckToObject() -
equals_returnTrueWhenComparingToSelf
@Test @DisplayName("Return true when comparing to self") void equals_returnTrueWhenComparingToSelf()
-