blob: bbd733ca90d19c89e82e77f9e5c8671b10a97dc7 [file] [log] [blame]
Nicolas Geoffray7aca9d52018-09-07 11:13:33 +01001JNI_OnLoad called
Alex Light9139e002015-10-09 15:59:48 -07002Create Main instance
3Calling functions on concrete Main
4Calling non-conflicting function on Main
5CHARGE
6Calling conflicting function on Main
7Expected ICCE Thrown on Main
8Calling non-conflicting function on Main
9CHARGE
10Calling functions on interface Iface
11Calling non-conflicting function on Iface
12CHARGE
13Calling conflicting function on Iface
14Expected ICCE Thrown on Iface
15Calling non-conflicting function on Iface
16CHARGE
17Calling functions on interface Iface2
18Calling conflicting function on Iface2
19Expected ICCE Thrown on Iface2