Package com.takenoko.engine
Class SingleBotStatisticsTest.TestUpdateObjectivesRedeemed
java.lang.Object
com.takenoko.engine.SingleBotStatisticsTest.TestUpdateObjectivesRedeemed
- Enclosing class:
- SingleBotStatisticsTest
@Nested
@DisplayName("Test Update Objectives Redeemed")
class SingleBotStatisticsTest.TestUpdateObjectivesRedeemed
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
-
Constructor Details
-
TestUpdateObjectivesRedeemed
TestUpdateObjectivesRedeemed()
-
-
Method Details
-
whenTheUpdatedObjectiveIsNew_shouldAddNewEntry
@Test @DisplayName("when the redeemed objective is of new type, should add new entry") void whenTheUpdatedObjectiveIsNew_shouldAddNewEntry() -
whenTheUpdatedObjectiveIsntNew_shouldntAddNewEntry
@Test @DisplayName("when the redeemed objective isn\'t of new type, shouldn\'t add new entry") void whenTheUpdatedObjectiveIsntNew_shouldntAddNewEntry() -
shouldIncrementNumberOfObjectivesForTheRightType
@Test @DisplayName("should increment number of objectives for the right type") void shouldIncrementNumberOfObjectivesForTheRightType() -
ifParameterIsNull_shouldThrowException
@Test @DisplayName("if parameter is null, should throw exception") void ifParameterIsNull_shouldThrowException()
-