You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
547 B
20 lines
547 B
JNI_OnLoad called
|
|
Create Main instance
|
|
Calling functions on concrete Main
|
|
Calling non-conflicting function on Main
|
|
CHARGE
|
|
Calling conflicting function on Main
|
|
Expected ICCE Thrown on Main
|
|
Calling non-conflicting function on Main
|
|
CHARGE
|
|
Calling functions on interface Iface
|
|
Calling non-conflicting function on Iface
|
|
CHARGE
|
|
Calling conflicting function on Iface
|
|
Expected ICCE Thrown on Iface
|
|
Calling non-conflicting function on Iface
|
|
CHARGE
|
|
Calling functions on interface Iface2
|
|
Calling conflicting function on Iface2
|
|
Expected ICCE Thrown on Iface2
|