@@ -67,74 +67,74 @@ try {
6767?>
6868--EXPECTF--
6969Does A implement A?
70- - Using object argument: Interface A is a Class
71- - Using string argument: Interface A is a Class
70+ - Using object argument: A is not an interface
71+ - Using string argument: A is not an interface
7272Does A implement B?
73- - Using object argument: Interface B is a Class
74- - Using string argument: Interface B is a Class
73+ - Using object argument: B is not an interface
74+ - Using string argument: B is not an interface
7575Does A implement C?
76- - Using object argument: Interface C is a Class
77- - Using string argument: Interface C is a Class
76+ - Using object argument: C is not an interface
77+ - Using string argument: C is not an interface
7878Does A implement I1?
7979 - Using object argument: bool(true)
8080 - Using string argument: bool(true)
8181Does A implement I2?
8282 - Using object argument: bool(false)
8383 - Using string argument: bool(false)
8484Does B implement A?
85- - Using object argument: Interface A is a Class
86- - Using string argument: Interface A is a Class
85+ - Using object argument: A is not an interface
86+ - Using string argument: A is not an interface
8787Does B implement B?
88- - Using object argument: Interface B is a Class
89- - Using string argument: Interface B is a Class
88+ - Using object argument: B is not an interface
89+ - Using string argument: B is not an interface
9090Does B implement C?
91- - Using object argument: Interface C is a Class
92- - Using string argument: Interface C is a Class
91+ - Using object argument: C is not an interface
92+ - Using string argument: C is not an interface
9393Does B implement I1?
9494 - Using object argument: bool(true)
9595 - Using string argument: bool(true)
9696Does B implement I2?
9797 - Using object argument: bool(false)
9898 - Using string argument: bool(false)
9999Does C implement A?
100- - Using object argument: Interface A is a Class
101- - Using string argument: Interface A is a Class
100+ - Using object argument: A is not an interface
101+ - Using string argument: A is not an interface
102102Does C implement B?
103- - Using object argument: Interface B is a Class
104- - Using string argument: Interface B is a Class
103+ - Using object argument: B is not an interface
104+ - Using string argument: B is not an interface
105105Does C implement C?
106- - Using object argument: Interface C is a Class
107- - Using string argument: Interface C is a Class
106+ - Using object argument: C is not an interface
107+ - Using string argument: C is not an interface
108108Does C implement I1?
109109 - Using object argument: bool(true)
110110 - Using string argument: bool(true)
111111Does C implement I2?
112112 - Using object argument: bool(true)
113113 - Using string argument: bool(true)
114114Does I1 implement A?
115- - Using object argument: Interface A is a Class
116- - Using string argument: Interface A is a Class
115+ - Using object argument: A is not an interface
116+ - Using string argument: A is not an interface
117117Does I1 implement B?
118- - Using object argument: Interface B is a Class
119- - Using string argument: Interface B is a Class
118+ - Using object argument: B is not an interface
119+ - Using string argument: B is not an interface
120120Does I1 implement C?
121- - Using object argument: Interface C is a Class
122- - Using string argument: Interface C is a Class
121+ - Using object argument: C is not an interface
122+ - Using string argument: C is not an interface
123123Does I1 implement I1?
124124 - Using object argument: bool(true)
125125 - Using string argument: bool(true)
126126Does I1 implement I2?
127127 - Using object argument: bool(false)
128128 - Using string argument: bool(false)
129129Does I2 implement A?
130- - Using object argument: Interface A is a Class
131- - Using string argument: Interface A is a Class
130+ - Using object argument: A is not an interface
131+ - Using string argument: A is not an interface
132132Does I2 implement B?
133- - Using object argument: Interface B is a Class
134- - Using string argument: Interface B is a Class
133+ - Using object argument: B is not an interface
134+ - Using string argument: B is not an interface
135135Does I2 implement C?
136- - Using object argument: Interface C is a Class
137- - Using string argument: Interface C is a Class
136+ - Using object argument: C is not an interface
137+ - Using string argument: C is not an interface
138138Does I2 implement I1?
139139 - Using object argument: bool(true)
140140 - Using string argument: bool(true)
0 commit comments