1import from CoffeeMachine all; 2 3module CoffeeSuite 4{ 5 testcase OneCoffeesPlease () runs on EmptyComponentType 6 { 7 } 8 9 testcase TwoCoffeesPlease () 10 runs on EmptyComponentType 11 { 12 } 13} 14