xref: /Universal-ctags/Units/parser-ttcn.r/ttcn-testcase.d/input.ttcn (revision bdbdf3431240d91d63f7c45185153d7f32ab1670)
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