Skip to content

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
Clone this wiki locally