Skip to content

Ukol2_novak110 - cover basic functionality of DiscountedItem

Jan Novák requested to merge novak110/eShop:Ukol2_novak110 into master

feat: cover basic functionality of DiscountedItem (lines coverage is not 100% though), known issue: Item.equals() compares floating point numbers using '==' (DEFECT), fixed: discountTo Date is correctly assigned in constructor DiscountedItem(int, String, float, String, int, Date, Date)

Merge request reports