Deze oefening is deel van de DEA Course aan de Hogeschool Arnhem/Nijmegen. Onderwerp is het bekend raken met de Stream API.
Deze oefeningen bestaan uit het laten slagen van Unittests.
FYI: Namen van test methodes dienen altijd descriptief te zijn
"Ideally, the order in which unit tests run should not matter, and it is best practice to avoid ordering unit tests." - Microsoft docs
- filterStringsShorterThanThreeCharacters_WithMoreThanThreeCharactersInElements_ShouldRemoveFromList
- filterStringsThatContainOnlyNumerals_WithNonNumeralStrings_ShouldRemoveNonNumeralStrings
- findShortestString_WithListOfStrings_ReturnsShortestString
- findShortestString_WithEmptyList_ReturnsNull
- createAFullSentenceFromTheList_WithListInput_CreatesSentence
- calculateTotalCostOfAllProducts_WithListOfProducts_ReturnsSumOfProductCost
- calculateTotalCostOfAllGadgets_WithListOfProducts_ReturnsSumOfGadgetsCost