-
Notifications
You must be signed in to change notification settings - Fork 5
Test case
Dennis edited this page May 17, 2018
·
2 revisions
Setup for a test environment
Customer 0..1 ------ 1 Address association, 1-to-1 Customer has one addres
Customer 1 ------ * Order association, 1-to-n Customer can have multiple orders
Order 1 <>---- * ProductOrder composition, 1-to-n Order has multiple ProductOrder, ProductOrder can only exist with an Order
ProductOrder * -----> 1 Product association, 1-to-n ProductOrder has one Product
Customer 1 ------ 1 WishList association, 1-to-1 Customer has a WishList
WishList * -----> * Product association, n-to-n WishList can contain many Products