blob: f7a63d6b08b8fd4e070aeb04269b1eebb48ab1e5 [file] [log] [blame]
Alex Light705ad492015-09-21 11:36:30 -07001Testing for type A
2A-virtual A.SayHi()='Hello '
Alex Lightd204ba52016-03-01 14:33:51 -08003A-interface Iface.SayHi()='Hello '
Alex Light705ad492015-09-21 11:36:30 -07004End testing for type A
5Testing for type B
6B-virtual B.SayHi()='Hello Hello '
Alex Lightd204ba52016-03-01 14:33:51 -08007B-interface Iface.SayHi()='Hello Hello '
8B-interface Iface2.SayHi()='Hello Hello '
Alex Light705ad492015-09-21 11:36:30 -07009End testing for type B
10Testing for type C
11C-virtual C.SayHi()='Hello and welcome '
Alex Lightd204ba52016-03-01 14:33:51 -080012C-interface Iface.SayHi()='Hello and welcome '
Alex Light705ad492015-09-21 11:36:30 -070013End testing for type C
14Testing for type D
15D-virtual D.SayHi()='Hello Hello and welcome '
Alex Lightd204ba52016-03-01 14:33:51 -080016D-interface Iface.SayHi()='Hello Hello and welcome '
17D-interface Iface2.SayHi()='Hello Hello and welcome '
Alex Light705ad492015-09-21 11:36:30 -070018End testing for type D
19Testing for type E
20E-virtual E.SayHi()='Hello there!'
Alex Lightd204ba52016-03-01 14:33:51 -080021E-interface Iface.SayHi()='Hello there!'
22E-interface Iface3.SayHi()='Hello there!'
Alex Light705ad492015-09-21 11:36:30 -070023End testing for type E
24Testing for type F
25F-virtual E.SayHi()='Hello there!'
26F-virtual F.SayHi()='Hello there!'
Alex Lightd204ba52016-03-01 14:33:51 -080027F-interface Iface.SayHi()='Hello there!'
28F-interface Iface3.SayHi()='Hello there!'
Alex Light705ad492015-09-21 11:36:30 -070029F-virtual F.SaySurprisedHi()='Hello there!!'
30End testing for type F
31Testing for type G
32G-virtual E.SayHi()='Hello there!?'
33G-virtual F.SayHi()='Hello there!?'
34G-virtual G.SayHi()='Hello there!?'
Alex Lightd204ba52016-03-01 14:33:51 -080035G-interface Iface.SayHi()='Hello there!?'
36G-interface Iface3.SayHi()='Hello there!?'
Alex Light705ad492015-09-21 11:36:30 -070037G-virtual F.SaySurprisedHi()='Hello there!!'
38G-virtual G.SaySurprisedHi()='Hello there!!'
39G-virtual G.SayVerySurprisedHi()='Hello there!!!'
40End testing for type G
41Testing for type H
42H-virtual H.SayConfusedHi()='Hello ?!'
43H-virtual A.SayHi()='Hello ?'
44H-virtual H.SayHi()='Hello ?'
Alex Lightd204ba52016-03-01 14:33:51 -080045H-interface Iface.SayHi()='Hello ?'
Alex Light705ad492015-09-21 11:36:30 -070046H-virtual H.SaySurprisedHi()='Hello !'
47End testing for type H