tool_rental.e
. They contain descriptions of methods and pre/post conditions can be extracted from there.owner.e
(root class of the project) and call it in make
feature. NOTE:
new_shop (new_tools : LINKED_LIST[TOOL_DESC] ; min_tool_count : INTEGER)
min_tool_count
is a min size of the list (can be more tools than min_tool_count in the list). So the new_tools.count
should be more than min_tool_count
We will assess if contracts do compile (for compilable contracts) and if they are correct and complete for both compilable and written as comments.