1 /*
2 * Copyright (c) 2024-2025 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16 // Autogenerated file by gen_null_arg_tests.rb script -- DO NOT EDIT!
17
18 #include "libabckit/include/c/abckit.h"
19 #include "libabckit/include/c/metadata_core.h"
20 #include "libabckit/include/c/extensions/arkts/metadata_arkts.h"
21 #include "libabckit/include/c/extensions/js/metadata_js.h"
22 #include "libabckit/include/c/ir_core.h"
23 #include "libabckit/include/c/isa/isa_dynamic.h"
24 #include "libabckit/include/c/isa/isa_static.h"
25
26 #include "helpers/helpers.h"
27 #include "helpers/helpers_nullptr.h"
28
29 #include <gtest/gtest.h>
30
31 namespace libabckit::test {
32
33 static auto g_isaApiDynamicImp = AbckitGetIsaApiDynamicImpl(ABCKIT_VERSION_RELEASE_1_0_0);
34
35 class LibAbcKitNullptrTestsIsaApiDynamicImpl0 : public ::testing::Test {};
36
37 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateAdd2,
38 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateAdd2)39 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateAdd2)
40 {
41 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateAdd2);
42 }
43
44 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateAnd2,
45 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateAnd2)46 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateAnd2)
47 {
48 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateAnd2);
49 }
50
51 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateApply,
52 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateApply)53 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateApply)
54 {
55 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateApply);
56 }
57
58 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateAshr2,
59 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateAshr2)60 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateAshr2)
61 {
62 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateAshr2);
63 }
64
65 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateAsyncfunctionawaituncaught,
66 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateAsyncfunctionawaituncaught)67 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateAsyncfunctionawaituncaught)
68 {
69 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateAsyncfunctionawaituncaught);
70 }
71
72 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateAsyncfunctionenter,
73 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateAsyncfunctionenter)74 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateAsyncfunctionenter)
75 {
76 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateAsyncfunctionenter);
77 }
78
79 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateAsyncfunctionreject,
80 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateAsyncfunctionreject)81 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateAsyncfunctionreject)
82 {
83 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateAsyncfunctionreject);
84 }
85
86 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateAsyncfunctionresolve,
87 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateAsyncfunctionresolve)88 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateAsyncfunctionresolve)
89 {
90 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateAsyncfunctionresolve);
91 }
92
93 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateAsyncgeneratorreject,
94 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateAsyncgeneratorreject)95 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateAsyncgeneratorreject)
96 {
97 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateAsyncgeneratorreject);
98 }
99
100 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateAsyncgeneratorresolve,
101 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateAsyncgeneratorresolve)102 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateAsyncgeneratorresolve)
103 {
104 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateAsyncgeneratorresolve);
105 }
106
107 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallarg0,
108 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallarg0)109 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallarg0)
110 {
111 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallarg0);
112 }
113
114 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallarg1,
115 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallarg1)116 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallarg1)
117 {
118 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallarg1);
119 }
120
121 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallargs2,
122 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallargs2)123 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallargs2)
124 {
125 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallargs2);
126 }
127
128 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallargs3,
129 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallargs3)130 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallargs3)
131 {
132 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallargs3);
133 }
134
135 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallrange,
136 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallrange)137 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallrange)
138 {
139 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallrange);
140 }
141
142 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeCallinit,
143 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeCallinit)144 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeCallinit)
145 {
146 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeCallinit);
147 }
148
149 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeCreateprivateproperty,
150 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeCreateprivateproperty)151 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeCreateprivateproperty)
152 {
153 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeCreateprivateproperty);
154 }
155
156 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeDefinefieldbyindex,
157 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeDefinefieldbyindex)158 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeDefinefieldbyindex)
159 {
160 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeDefinefieldbyindex);
161 }
162
163 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeDefinefieldbyvalue,
164 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeDefinefieldbyvalue)165 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeDefinefieldbyvalue)
166 {
167 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeDefinefieldbyvalue);
168 }
169
170 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeDefineprivateproperty,
171 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeDefineprivateproperty)172 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeDefineprivateproperty)
173 {
174 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeDefineprivateproperty);
175 }
176
177 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeDefinesendableclass,
178 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeDefinesendableclass)179 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeDefinesendableclass)
180 {
181 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeDefinesendableclass);
182 }
183
184 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeIsfalse,
185 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeIsfalse)186 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeIsfalse)
187 {
188 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeIsfalse);
189 }
190
191 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeIstrue,
192 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeIstrue)193 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeIstrue)
194 {
195 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeIstrue);
196 }
197
198 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeLdsendableclass,
199 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeLdsendableclass)200 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeLdsendableclass)
201 {
202 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeLdsendableclass);
203 }
204
205 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeLdsendableexternalmodulevar,
206 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeLdsendableexternalmodulevar)207 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeLdsendableexternalmodulevar)
208 {
209 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeLdsendableexternalmodulevar);
210 }
211
212 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeLdsendablevar,
213 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeLdsendablevar)214 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeLdsendablevar)
215 {
216 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeLdsendablevar);
217 }
218
219 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeNewsendableenv,
220 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeNewsendableenv)221 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeNewsendableenv)
222 {
223 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeNewsendableenv);
224 }
225
226 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeNotifyconcurrentresult,
227 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeNotifyconcurrentresult)228 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeNotifyconcurrentresult)
229 {
230 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeNotifyconcurrentresult);
231 }
232
233 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeStsendablevar,
234 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeStsendablevar)235 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeStsendablevar)
236 {
237 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeStsendablevar);
238 }
239
240 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeTopropertykey,
241 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeTopropertykey)242 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeTopropertykey)
243 {
244 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeTopropertykey);
245 }
246
247 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeWideldsendableexternalmodulevar,
248 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeWideldsendableexternalmodulevar)249 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeWideldsendableexternalmodulevar)
250 {
251 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeWideldsendableexternalmodulevar);
252 }
253
254 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeWideldsendablevar,
255 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeWideldsendablevar)256 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeWideldsendablevar)
257 {
258 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeWideldsendablevar);
259 }
260
261 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeWidenewsendableenv,
262 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeWidenewsendableenv)263 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeWidenewsendableenv)
264 {
265 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeWidenewsendableenv);
266 }
267
268 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallruntimeWidestsendablevar,
269 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallruntimeWidestsendablevar)270 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallruntimeWidestsendablevar)
271 {
272 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallruntimeWidestsendablevar);
273 }
274
275 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallthis0,
276 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallthis0)277 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallthis0)
278 {
279 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallthis0);
280 }
281
282 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallthis1,
283 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallthis1)284 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallthis1)
285 {
286 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallthis1);
287 }
288
289 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallthis2,
290 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallthis2)291 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallthis2)
292 {
293 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallthis2);
294 }
295
296 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallthis3,
297 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallthis3)298 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallthis3)
299 {
300 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallthis3);
301 }
302
303 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCallthisrange,
304 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCallthisrange)305 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCallthisrange)
306 {
307 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCallthisrange);
308 }
309
310 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCopydataproperties,
311 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCopydataproperties)312 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCopydataproperties)
313 {
314 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCopydataproperties);
315 }
316
317 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCopyrestargs,
318 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCopyrestargs)319 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCopyrestargs)
320 {
321 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCopyrestargs);
322 }
323
324 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCreatearraywithbuffer,
325 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCreatearraywithbuffer)326 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCreatearraywithbuffer)
327 {
328 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCreatearraywithbuffer);
329 }
330
331 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCreateasyncgeneratorobj,
332 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCreateasyncgeneratorobj)333 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCreateasyncgeneratorobj)
334 {
335 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCreateasyncgeneratorobj);
336 }
337
338 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCreateemptyarray,
339 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCreateemptyarray)340 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCreateemptyarray)
341 {
342 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCreateemptyarray);
343 }
344
345 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCreateemptyobject,
346 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCreateemptyobject)347 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCreateemptyobject)
348 {
349 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCreateemptyobject);
350 }
351
352 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCreategeneratorobj,
353 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCreategeneratorobj)354 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCreategeneratorobj)
355 {
356 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCreategeneratorobj);
357 }
358
359 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCreateiterresultobj,
360 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCreateiterresultobj)361 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCreateiterresultobj)
362 {
363 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCreateiterresultobj);
364 }
365
366 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCreateobjectwithbuffer,
367 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCreateobjectwithbuffer)368 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCreateobjectwithbuffer)
369 {
370 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCreateobjectwithbuffer);
371 }
372
373 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateCreateobjectwithexcludedkeys,
374 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateCreateobjectwithexcludedkeys)375 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateCreateobjectwithexcludedkeys)
376 {
377 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateCreateobjectwithexcludedkeys);
378 }
379
380 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateDebugger,
381 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateDebugger)382 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateDebugger)
383 {
384 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateDebugger);
385 }
386
387 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateDec,
388 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateDec)389 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateDec)
390 {
391 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateDec);
392 }
393
394 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateDefineclasswithbuffer,
395 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateDefineclasswithbuffer)396 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateDefineclasswithbuffer)
397 {
398 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateDefineclasswithbuffer);
399 }
400
401 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateDefinefieldbyname,
402 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateDefinefieldbyname)403 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateDefinefieldbyname)
404 {
405 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateDefinefieldbyname);
406 }
407
408 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateDefinefunc,
409 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateDefinefunc)410 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateDefinefunc)
411 {
412 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateDefinefunc);
413 }
414
415 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateDefinegettersetterbyvalue,
416 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateDefinegettersetterbyvalue)417 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateDefinegettersetterbyvalue)
418 {
419 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateDefinegettersetterbyvalue);
420 }
421
422 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateDefinemethod,
423 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateDefinemethod)424 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateDefinemethod)
425 {
426 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateDefinemethod);
427 }
428
429 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateDefinepropertybyname,
430 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateDefinepropertybyname)431 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateDefinepropertybyname)
432 {
433 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateDefinepropertybyname);
434 }
435
436 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateDelobjprop,
437 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateDelobjprop)438 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateDelobjprop)
439 {
440 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateDelobjprop);
441 }
442
443 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateDiv2,
444 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateDiv2)445 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateDiv2)
446 {
447 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateDiv2);
448 }
449
450 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateDynamicimport,
451 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateDynamicimport)452 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateDynamicimport)
453 {
454 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateDynamicimport);
455 }
456
457 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateEq,
458 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateEq)459 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateEq)
460 {
461 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateEq);
462 }
463
464 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateExp,
465 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateExp)466 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateExp)
467 {
468 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateExp);
469 }
470
471 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateGetasynciterator,
472 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateGetasynciterator)473 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateGetasynciterator)
474 {
475 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateGetasynciterator);
476 }
477
478 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateGetiterator,
479 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateGetiterator)480 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateGetiterator)
481 {
482 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateGetiterator);
483 }
484
485 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateGetmodulenamespace,
486 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateGetmodulenamespace)487 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateGetmodulenamespace)
488 {
489 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateGetmodulenamespace);
490 }
491
492 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateGetnextpropname,
493 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateGetnextpropname)494 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateGetnextpropname)
495 {
496 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateGetnextpropname);
497 }
498
499 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateGetpropiterator,
500 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateGetpropiterator)501 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateGetpropiterator)
502 {
503 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateGetpropiterator);
504 }
505
506 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateGetresumemode,
507 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateGetresumemode)508 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateGetresumemode)
509 {
510 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateGetresumemode);
511 }
512
513 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateGettemplateobject,
514 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateGettemplateobject)515 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateGettemplateobject)
516 {
517 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateGettemplateobject);
518 }
519
520 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateGetunmappedargs,
521 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateGetunmappedargs)522 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateGetunmappedargs)
523 {
524 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateGetunmappedargs);
525 }
526
527 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateGreater,
528 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateGreater)529 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateGreater)
530 {
531 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateGreater);
532 }
533
534 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateGreatereq,
535 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateGreatereq)536 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateGreatereq)
537 {
538 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateGreatereq);
539 }
540
541 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateIf,
542 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateIf)543 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateIf)
544 {
545 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateIf);
546 }
547
548 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateInc,
549 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateInc)550 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateInc)
551 {
552 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateInc);
553 }
554
555 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateInstanceof,
556 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateInstanceof)557 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateInstanceof)
558 {
559 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateInstanceof);
560 }
561
562 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateIsfalse,
563 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateIsfalse)564 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateIsfalse)
565 {
566 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateIsfalse);
567 }
568
569 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateIsin,
570 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateIsin)571 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateIsin)
572 {
573 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateIsin);
574 }
575
576 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateIstrue,
577 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateIstrue)578 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateIstrue)
579 {
580 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateIstrue);
581 }
582
583 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdbigint,
584 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdbigint)585 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdbigint)
586 {
587 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdbigint);
588 }
589
590 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdexternalmodulevar,
591 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdexternalmodulevar)592 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdexternalmodulevar)
593 {
594 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdexternalmodulevar);
595 }
596
597 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdfalse,
598 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdfalse)599 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdfalse)
600 {
601 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdfalse);
602 }
603
604 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdfunction,
605 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdfunction)606 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdfunction)
607 {
608 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdfunction);
609 }
610
611 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdglobal,
612 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdglobal)613 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdglobal)
614 {
615 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdglobal);
616 }
617
618 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdglobalvar,
619 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdglobalvar)620 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdglobalvar)
621 {
622 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdglobalvar);
623 }
624
625 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdhole,
626 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdhole)627 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdhole)
628 {
629 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdhole);
630 }
631
632 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdinfinity,
633 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdinfinity)634 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdinfinity)
635 {
636 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdinfinity);
637 }
638
639 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdlexvar,
640 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdlexvar)641 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdlexvar)
642 {
643 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdlexvar);
644 }
645
646 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdlocalmodulevar,
647 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdlocalmodulevar)648 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdlocalmodulevar)
649 {
650 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdlocalmodulevar);
651 }
652
653 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdnan,
654 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdnan)655 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdnan)
656 {
657 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdnan);
658 }
659
660 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdnewtarget,
661 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdnewtarget)662 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdnewtarget)
663 {
664 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdnewtarget);
665 }
666
667 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdnull,
668 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdnull)669 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdnull)
670 {
671 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdnull);
672 }
673
674 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdobjbyindex,
675 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdobjbyindex)676 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdobjbyindex)
677 {
678 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdobjbyindex);
679 }
680
681 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdobjbyname,
682 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdobjbyname)683 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdobjbyname)
684 {
685 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdobjbyname);
686 }
687
688 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdobjbyvalue,
689 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdobjbyvalue)690 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdobjbyvalue)
691 {
692 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdobjbyvalue);
693 }
694
695 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdprivateproperty,
696 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdprivateproperty)697 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdprivateproperty)
698 {
699 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdprivateproperty);
700 }
701
702 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdsuperbyname,
703 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdsuperbyname)704 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdsuperbyname)
705 {
706 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdsuperbyname);
707 }
708
709 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdsuperbyvalue,
710 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdsuperbyvalue)711 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdsuperbyvalue)
712 {
713 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdsuperbyvalue);
714 }
715
716 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdsymbol,
717 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdsymbol)718 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdsymbol)
719 {
720 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdsymbol);
721 }
722
723 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdthis,
724 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdthis)725 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdthis)
726 {
727 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdthis);
728 }
729
730 // Test: test-kind=api, api=IsaApiDynamicImpl::iCreateLdthisbyname,
731 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0,iCreateLdthisbyname)732 TEST_F(LibAbcKitNullptrTestsIsaApiDynamicImpl0, iCreateLdthisbyname)
733 {
734 helpers_nullptr::TestNullptr(g_isaApiDynamicImp->iCreateLdthisbyname);
735 }
736
737 } // namespace libabckit::test
738