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.
|
This test relies on the correct behavior of instance-of to test check-cast behavior,
|
|
as shown below:
|
|
|
|
|
|
CCE throw| InstanceOf | Correct?
|
|
---------+------------+----------
|
|
1 | 0 | OK
|
|
1 | 1 | BAD
|
|
0 | 0 | BAD
|
|
0 | 1 | OK |