The Donut Kata is an advanced kata which can help developers become familiar with lesser known APIs of Eclipse Collections.
The domain for the kata is a Donut Shop. There are several domain
classes that are shared by all of the exercises. These are
DonutType
,
Donut
,
DonutShop
,
Customer
,
Order
and
Delivery
.
- There are failing tests in
DonutShopTest
- Make the tests pass by following and completing the TODOs in
DonutShop
- Make the tests pass by following and completing the TODOs in