~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/cosNotification/test/generated_SUITE.erl

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%%-----------------------------------------------------------------
 
2
%%
 
3
%% %CopyrightBegin%
 
4
%% 
 
5
%% Copyright Ericsson AB 2004-2011. All Rights Reserved.
 
6
%% 
 
7
%% The contents of this file are subject to the Erlang Public License,
 
8
%% Version 1.1, (the "License"); you may not use this file except in
 
9
%% compliance with the License. You should have received a copy of the
 
10
%% Erlang Public License along with this software. If not, it can be
 
11
%% retrieved online at http://www.erlang.org/.
 
12
%% 
 
13
%% Software distributed under the License is distributed on an "AS IS"
 
14
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
15
%% the License for the specific language governing rights and limitations
 
16
%% under the License.
 
17
%% 
 
18
%% %CopyrightEnd%
 
19
%%
 
20
%%
 
21
%%-----------------------------------------------------------------
 
22
%% File    : generated_SUITE.erl
 
23
%% Purpose : 
 
24
%%-----------------------------------------------------------------
 
25
 
 
26
-module(generated_SUITE).
 
27
 
 
28
-include_lib("test_server/include/test_server.hrl").
 
29
-include_lib("orber/include/corba.hrl").
 
30
 
 
31
-define(default_timeout, ?t:minutes(3)).
 
32
 
 
33
-define(match(ExpectedRes, Expr),
 
34
        fun() ->
 
35
                AcTuAlReS = (catch (Expr)),
 
36
                case AcTuAlReS of
 
37
                    ExpectedRes ->
 
38
                        AcTuAlReS;
 
39
                    _ ->
 
40
                        io:format("###### ERROR ERROR ######~n~p~n",
 
41
                                  [AcTuAlReS]),
 
42
                        ?line exit(AcTuAlReS)
 
43
                end
 
44
        end()).
 
45
 
 
46
-define(nomatch(Not, Expr),
 
47
        fun() ->
 
48
                AcTuAlReS = (catch (Expr)),
 
49
                case AcTuAlReS of
 
50
                    Not ->
 
51
                        io:format("###### ERROR ERROR ######~n~p~n",
 
52
                                  [AcTuAlReS]),
 
53
                        ?line exit(AcTuAlReS);
 
54
                    _ ->
 
55
                        AcTuAlReS
 
56
                end
 
57
        end()).
 
58
 
 
59
 
 
60
-define(checktc(_Op),
 
61
        fun(TC) ->
 
62
                case orber_tc:check_tc(TC) of
 
63
                    false ->
 
64
                        io:format("###### ERROR ERROR ######~n~p - ~p~n", [Op, TC]),
 
65
                        ?line exit(TC);
 
66
                    true ->
 
67
                        true
 
68
                end
 
69
        end).
 
70
 
 
71
%%-----------------------------------------------------------------
 
72
%% External exports
 
73
%%-----------------------------------------------------------------
 
74
-export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1, 
 
75
         init_per_group/2,end_per_group/2]).
 
76
 
 
77
%%-----------------------------------------------------------------
 
78
%% Internal exports
 
79
%%-----------------------------------------------------------------
 
80
-compile(export_all).
 
81
 
 
82
%%-----------------------------------------------------------------
 
83
%% Func: all/1
 
84
%% Args: 
 
85
%% Returns: 
 
86
%%-----------------------------------------------------------------
 
87
suite() -> [{ct_hooks,[ts_install_cth]}].
 
88
 
 
89
all() -> 
 
90
    ['CosNotification',
 
91
     'CosNotification_AdminPropertiesAdmin',
 
92
     'CosNotification_EventHeader',
 
93
     'CosNotification_EventType',
 
94
     'CosNotification_FixedEventHeader',
 
95
     'CosNotification_NamedPropertyRange',
 
96
     'CosNotification_Property',
 
97
     'CosNotification_PropertyError',
 
98
     'CosNotification_PropertyRange',
 
99
     'CosNotification_QoSAdmin',
 
100
     'CosNotification_StructuredEvent',
 
101
     'CosNotification_UnsupportedAdmin',
 
102
     'CosNotification_UnsupportedQoS',
 
103
     'CosNotification_EventBatch',
 
104
     'CosNotification_EventTypeSeq',
 
105
     'CosNotification_NamedPropertyRangeSeq',
 
106
     'CosNotification_PropertyErrorSeq',
 
107
     'CosNotifyChannelAdmin_AdminLimit',
 
108
     'CosNotifyChannelAdmin_AdminNotFound',
 
109
     'CosNotifyChannelAdmin_ChannelNotFound',
 
110
     'CosNotifyChannelAdmin_ConnectionAlreadyActive',
 
111
     'CosNotifyChannelAdmin_ConnectionAlreadyInactive',
 
112
     'CosNotifyChannelAdmin_NotConnected',
 
113
     'CosNotifyChannelAdmin_AdminIDSeq',
 
114
     'CosNotifyChannelAdmin_ChannelIDSeq',
 
115
     'CosNotifyChannelAdmin_ProxyIDSeq',
 
116
     'CosNotifyFilter_CallbackNotFound',
 
117
     'CosNotifyFilter_ConstraintExp',
 
118
     'CosNotifyFilter_ConstraintInfo',
 
119
     'CosNotifyFilter_ConstraintNotFound',
 
120
     'CosNotifyFilter_DuplicateConstraintID',
 
121
     'CosNotifyFilter_FilterNotFound',
 
122
     'CosNotifyFilter_InvalidConstraint',
 
123
     'CosNotifyFilter_InvalidGrammar',
 
124
     'CosNotifyFilter_InvalidValue',
 
125
     'CosNotifyFilter_MappingConstraintInfo',
 
126
     'CosNotifyFilter_MappingConstraintPair',
 
127
     'CosNotifyFilter_UnsupportedFilterableData',
 
128
     'CosNotifyFilter_CallbackIDSeq',
 
129
     'CosNotifyFilter_ConstraintExpSeq',
 
130
     'CosNotifyFilter_ConstraintIDSeq',
 
131
     'CosNotifyFilter_ConstraintInfoSeq',
 
132
     'CosNotifyFilter_FilterIDSeq',
 
133
     'CosNotifyFilter_MappingConstraintInfoSeq',
 
134
     'CosNotifyFilter_MappingConstraintPairSeq',
 
135
     'CosNotifyComm_InvalidEventType',
 
136
     'CosNotifyChannelAdmin_ConsumerAdmin',
 
137
     'CosNotifyChannelAdmin_EventChannel',
 
138
     'CosNotifyChannelAdmin_EventChannelFactory',
 
139
     'CosNotifyChannelAdmin_ProxyConsumer',
 
140
     'CosNotifyChannelAdmin_ProxyNotFound',
 
141
     'CosNotifyChannelAdmin_ProxyPullConsumer',
 
142
     'CosNotifyChannelAdmin_ProxyPullSupplier',
 
143
     'CosNotifyChannelAdmin_ProxyPushConsumer',
 
144
     'CosNotifyChannelAdmin_ProxyPushSupplier',
 
145
     'CosNotifyChannelAdmin_ProxySupplier',
 
146
     'CosNotifyChannelAdmin_SequenceProxyPullConsumer',
 
147
     'CosNotifyChannelAdmin_SequenceProxyPullSupplier',
 
148
     'CosNotifyChannelAdmin_SequenceProxyPushConsumer',
 
149
     'CosNotifyChannelAdmin_SequenceProxyPushSupplier',
 
150
     'CosNotifyChannelAdmin_StructuredProxyPullConsumer',
 
151
     'CosNotifyChannelAdmin_StructuredProxyPullSupplier',
 
152
     'CosNotifyChannelAdmin_StructuredProxyPushConsumer',
 
153
     'CosNotifyChannelAdmin_StructuredProxyPushSupplier',
 
154
     'CosNotifyChannelAdmin_SupplierAdmin',
 
155
     'CosNotifyFilter_Filter', 'CosNotifyFilter_FilterAdmin',
 
156
     'CosNotifyFilter_FilterFactory',
 
157
     'CosNotifyFilter_MappingFilter',
 
158
     'CosNotifyComm_NotifyPublish',
 
159
     'CosNotifyComm_NotifySubscribe',
 
160
     'CosNotifyComm_PullConsumer',
 
161
     'CosNotifyComm_PullSupplier',
 
162
     'CosNotifyComm_PushConsumer',
 
163
     'CosNotifyComm_PushSupplier',
 
164
     'CosNotifyComm_SequencePullConsumer',
 
165
     'CosNotifyComm_SequencePullSupplier',
 
166
     'CosNotifyComm_SequencePushConsumer',
 
167
     'CosNotifyComm_SequencePushSupplier',
 
168
     'CosNotifyComm_StructuredPullConsumer',
 
169
     'CosNotifyComm_StructuredPullSupplier',
 
170
     'CosNotifyComm_StructuredPushConsumer',
 
171
     'CosNotifyComm_StructuredPushSupplier',
 
172
     oe_CosNotificationComm_Event,
 
173
     'CosNotification_PropertySeq'].
 
174
 
 
175
groups() -> 
 
176
    [].
 
177
 
 
178
init_per_suite(Config) ->
 
179
    Config.
 
180
 
 
181
end_per_suite(_Config) ->
 
182
    ok.
 
183
 
 
184
init_per_group(_GroupName, Config) ->
 
185
    Config.
 
186
 
 
187
end_per_group(_GroupName, Config) ->
 
188
    Config.
 
189
 
 
190
 
 
191
%%-----------------------------------------------------------------
 
192
%% Init and cleanup functions.
 
193
%%-----------------------------------------------------------------
 
194
init_per_testcase(_Case, Config) ->
 
195
    ?line Dog=test_server:timetrap(?default_timeout),
 
196
    [{watchdog, Dog}|Config].
 
197
 
 
198
 
 
199
end_per_testcase(_Case, Config) ->
 
200
    Dog = ?config(watchdog, Config),
 
201
    test_server:timetrap_cancel(Dog),
 
202
    ok.
 
203
 
 
204
%%-----------------------------------------------------------------
 
205
%% Test Case: 'CosNotification'
 
206
%% Description: 
 
207
%%-----------------------------------------------------------------
 
208
'CosNotification'(doc) -> ["CosNotification"];
 
209
'CosNotification'(suite) -> [];
 
210
'CosNotification'(_) ->
 
211
    ?match("EventReliability", 'CosNotification':'EventReliability'()),
 
212
    ?match(0, 'CosNotification':'BestEffort'()),
 
213
    ?match(1, 'CosNotification':'Persistent'()),
 
214
    ?match("ConnectionReliability", 'CosNotification':'ConnectionReliability'()),
 
215
    ?match("Priority", 'CosNotification':'Priority'()),
 
216
    ?match(-32767, 'CosNotification':'LowestPriority'()),
 
217
    ?match(32767, 'CosNotification':'HighestPriority'()),
 
218
    ?match(0, 'CosNotification':'DefaultPriority'()),
 
219
    ?match("StartTime", 'CosNotification':'StartTime'()),
 
220
    ?match("StopTime", 'CosNotification':'StopTime'()),
 
221
    ?match("Timeout", 'CosNotification':'Timeout'()),
 
222
    ?match("OrderPolicy", 'CosNotification':'OrderPolicy'()),
 
223
    ?match(0, 'CosNotification':'AnyOrder'()),
 
224
    ?match(1, 'CosNotification':'FifoOrder'()),
 
225
    ?match(2, 'CosNotification':'PriorityOrder'()),
 
226
    ?match(3, 'CosNotification':'DeadlineOrder'()),
 
227
    ?match("DiscardPolicy", 'CosNotification':'DiscardPolicy'()),
 
228
    ?match(4, 'CosNotification':'LifoOrder'()),
 
229
    ?match(5, 'CosNotification':'RejectNewEvents'()),
 
230
    ?match("MaximumBatchSize", 'CosNotification':'MaximumBatchSize'()),
 
231
    ?match("PacingInterval", 'CosNotification':'PacingInterval'()),
 
232
    ?match("StartTimeSupported", 'CosNotification':'StartTimeSupported'()),
 
233
    ?match("StopTimeSupported", 'CosNotification':'StopTimeSupported'()),
 
234
    ?match("MaxEventsPerConsumer", 'CosNotification':'MaxEventsPerConsumer'()),
 
235
    ?match("MaxQueueLength", 'CosNotification':'MaxQueueLength'()),
 
236
    ?match("MaxConsumers", 'CosNotification':'MaxConsumers'()),
 
237
    ?match("MaxSuppliers", 'CosNotification':'MaxSuppliers'()),
 
238
    ok.
 
239
 
 
240
%%-----------------------------------------------------------------
 
241
%% Test Case: 'CosNotification_EventHeader'
 
242
%% Description: 
 
243
%%-----------------------------------------------------------------
 
244
'CosNotification_EventHeader'(doc) -> ["CosNotification_EventHeader"];
 
245
'CosNotification_EventHeader'(suite) -> [];
 
246
'CosNotification_EventHeader'(_) ->
 
247
    ?match(true, orber_tc:check_tc('CosNotification_EventHeader':tc())),
 
248
    ?match("IDL:omg.org/CosNotification/EventHeader:1.0", 
 
249
           'CosNotification_EventHeader':id()),
 
250
    ?match("CosNotification_EventHeader", 
 
251
           'CosNotification_EventHeader':name()),
 
252
    ok.
 
253
 
 
254
 
 
255
%%-----------------------------------------------------------------
 
256
%% Test Case: 'CosNotification_EventType'
 
257
%% Description: 
 
258
%%-----------------------------------------------------------------
 
259
'CosNotification_EventType'(doc) -> ["CosNotification_EventType"];
 
260
'CosNotification_EventType'(suite) -> [];
 
261
'CosNotification_EventType'(_) ->
 
262
    ?match(true, orber_tc:check_tc('CosNotification_EventType':tc())),
 
263
    ?match("IDL:omg.org/CosNotification/EventType:1.0", 
 
264
           'CosNotification_EventType':id()),
 
265
    ?match("CosNotification_EventType", 
 
266
           'CosNotification_EventType':name()),
 
267
    ok.
 
268
 
 
269
 
 
270
%%-----------------------------------------------------------------
 
271
%% Test Case: 'CosNotification_FixedEventHeader'
 
272
%% Description: 
 
273
%%-----------------------------------------------------------------
 
274
'CosNotification_FixedEventHeader'(doc) -> ["CosNotification_FixedEventHeader"];
 
275
'CosNotification_FixedEventHeader'(suite) -> [];
 
276
'CosNotification_FixedEventHeader'(_) ->
 
277
    ?match(true, orber_tc:check_tc('CosNotification_FixedEventHeader':tc())),
 
278
    ?match("IDL:omg.org/CosNotification/FixedEventHeader:1.0", 
 
279
           'CosNotification_FixedEventHeader':id()),
 
280
    ?match("CosNotification_FixedEventHeader", 
 
281
           'CosNotification_FixedEventHeader':name()),
 
282
    ok.
 
283
 
 
284
 
 
285
%%-----------------------------------------------------------------
 
286
%% Test Case: 'CosNotification_NamedPropertyRange'
 
287
%% Description: 
 
288
%%-----------------------------------------------------------------
 
289
'CosNotification_NamedPropertyRange'(doc) -> ["CosNotification_NamedPropertyRange"];
 
290
'CosNotification_NamedPropertyRange'(suite) -> [];
 
291
'CosNotification_NamedPropertyRange'(_) ->
 
292
    ?match(true, orber_tc:check_tc('CosNotification_NamedPropertyRange':tc())),
 
293
    ?match("IDL:omg.org/CosNotification/NamedPropertyRange:1.0", 
 
294
           'CosNotification_NamedPropertyRange':id()),
 
295
    ?match("CosNotification_NamedPropertyRange", 
 
296
           'CosNotification_NamedPropertyRange':name()),
 
297
    ok.
 
298
 
 
299
 
 
300
%%-----------------------------------------------------------------
 
301
%% Test Case: 'CosNotification_Property'
 
302
%% Description: 
 
303
%%-----------------------------------------------------------------
 
304
'CosNotification_Property'(doc) -> ["CosNotification_Property"];
 
305
'CosNotification_Property'(suite) -> [];
 
306
'CosNotification_Property'(_) ->
 
307
    ?match(true, orber_tc:check_tc('CosNotification_Property':tc())),
 
308
    ?match("IDL:omg.org/CosNotification/Property:1.0", 
 
309
           'CosNotification_Property':id()),
 
310
    ?match("CosNotification_Property", 
 
311
           'CosNotification_Property':name()),
 
312
    ok.
 
313
 
 
314
 
 
315
%%-----------------------------------------------------------------
 
316
%% Test Case: 'CosNotification_PropertyError'
 
317
%% Description: 
 
318
%%-----------------------------------------------------------------
 
319
'CosNotification_PropertyError'(doc) -> ["CosNotification_PropertyError"];
 
320
'CosNotification_PropertyError'(suite) -> [];
 
321
'CosNotification_PropertyError'(_) ->
 
322
    ?match(true, orber_tc:check_tc('CosNotification_PropertyError':tc())),
 
323
    ?match("IDL:omg.org/CosNotification/PropertyError:1.0", 
 
324
           'CosNotification_PropertyError':id()),
 
325
    ?match("CosNotification_PropertyError", 
 
326
           'CosNotification_PropertyError':name()),
 
327
    ok.
 
328
 
 
329
 
 
330
%%-----------------------------------------------------------------
 
331
%% Test Case: 'CosNotification_PropertyRange'
 
332
%% Description: 
 
333
%%-----------------------------------------------------------------
 
334
'CosNotification_PropertyRange'(doc) -> [""];
 
335
'CosNotification_PropertyRange'(suite) -> [];
 
336
'CosNotification_PropertyRange'(_) ->
 
337
    ?match(true, orber_tc:check_tc('CosNotification_PropertyRange':tc())),
 
338
    ?match("IDL:omg.org/CosNotification/PropertyRange:1.0", 
 
339
           'CosNotification_PropertyRange':id()),
 
340
    ?match("CosNotification_PropertyRange", 
 
341
           'CosNotification_PropertyRange':name()),
 
342
    ok.
 
343
 
 
344
 
 
345
%%-----------------------------------------------------------------
 
346
%% Test Case: 'CosNotification_StructuredEvent'
 
347
%% Description: 
 
348
%%-----------------------------------------------------------------
 
349
'CosNotification_StructuredEvent'(doc) -> ["CosNotification_StructuredEvent"];
 
350
'CosNotification_StructuredEvent'(suite) -> [];
 
351
'CosNotification_StructuredEvent'(_) ->
 
352
    ?match(true, orber_tc:check_tc('CosNotification_StructuredEvent':tc())),
 
353
    ?match("IDL:omg.org/CosNotification/StructuredEvent:1.0", 
 
354
           'CosNotification_StructuredEvent':id()),
 
355
    ?match("CosNotification_StructuredEvent", 
 
356
           'CosNotification_StructuredEvent':name()),
 
357
    ok.
 
358
 
 
359
 
 
360
%%-----------------------------------------------------------------
 
361
%% Test Case: 'CosNotification_UnsupportedAdmin'
 
362
%% Description: 
 
363
%%-----------------------------------------------------------------
 
364
'CosNotification_UnsupportedAdmin'(doc) -> ["CosNotification_UnsupportedAdmin"];
 
365
'CosNotification_UnsupportedAdmin'(suite) -> [];
 
366
'CosNotification_UnsupportedAdmin'(_) ->
 
367
    ?match(true, orber_tc:check_tc('CosNotification_UnsupportedAdmin':tc())),
 
368
    ?match("IDL:omg.org/CosNotification/UnsupportedAdmin:1.0", 
 
369
           'CosNotification_UnsupportedAdmin':id()),
 
370
    ?match("CosNotification_UnsupportedAdmin", 
 
371
           'CosNotification_UnsupportedAdmin':name()),
 
372
    ok.
 
373
 
 
374
 
 
375
%%-----------------------------------------------------------------
 
376
%% Test Case: 'CosNotification_UnsupportedQoS'
 
377
%% Description: 
 
378
%%-----------------------------------------------------------------
 
379
'CosNotification_UnsupportedQoS'(doc) -> ["CosNotification_UnsupportedQoS"];
 
380
'CosNotification_UnsupportedQoS'(suite) -> [];
 
381
'CosNotification_UnsupportedQoS'(_) ->
 
382
    ?match(true, orber_tc:check_tc('CosNotification_UnsupportedQoS':tc())),
 
383
    ?match("IDL:omg.org/CosNotification/UnsupportedQoS:1.0", 
 
384
           'CosNotification_UnsupportedQoS':id()),
 
385
    ?match("CosNotification_UnsupportedQoS", 
 
386
           'CosNotification_UnsupportedQoS':name()),
 
387
    ok.
 
388
 
 
389
 
 
390
%%-----------------------------------------------------------------
 
391
%% Test Case: 'CosNotification_EventBatch'
 
392
%% Description: 
 
393
%%-----------------------------------------------------------------
 
394
'CosNotification_EventBatch'(doc) -> ["CosNotification_EventBatch"];
 
395
'CosNotification_EventBatch'(suite) -> [];
 
396
'CosNotification_EventBatch'(_) ->
 
397
    ?match(true, orber_tc:check_tc('CosNotification_EventBatch':tc())),
 
398
    ?match("IDL:omg.org/CosNotification/EventBatch:1.0", 
 
399
           'CosNotification_EventBatch':id()),
 
400
    ?match("CosNotification_EventBatch", 
 
401
           'CosNotification_EventBatch':name()),
 
402
    ok.
 
403
 
 
404
 
 
405
%%-----------------------------------------------------------------
 
406
%% Test Case: 'CosNotification_EventTypeSeq'
 
407
%% Description: 
 
408
%%-----------------------------------------------------------------
 
409
'CosNotification_EventTypeSeq'(doc) -> ["CosNotification_EventTypeSeq"];
 
410
'CosNotification_EventTypeSeq'(suite) -> [];
 
411
'CosNotification_EventTypeSeq'(_) ->
 
412
    ?match(true, orber_tc:check_tc('CosNotification_EventTypeSeq':tc())),
 
413
    ?match("IDL:omg.org/CosNotification/EventTypeSeq:1.0", 
 
414
           'CosNotification_EventTypeSeq':id()),
 
415
    ?match("CosNotification_EventTypeSeq", 
 
416
           'CosNotification_EventTypeSeq':name()),
 
417
    ok.
 
418
 
 
419
 
 
420
%%-----------------------------------------------------------------
 
421
%% Test Case: 'CosNotification_NamedPropertyRangeSeq'
 
422
%% Description: 
 
423
%%-----------------------------------------------------------------
 
424
'CosNotification_NamedPropertyRangeSeq'(doc) -> ["CosNotification_NamedPropertyRangeSeq"];
 
425
'CosNotification_NamedPropertyRangeSeq'(suite) -> [];
 
426
'CosNotification_NamedPropertyRangeSeq'(_) ->
 
427
    ?match(true, orber_tc:check_tc('CosNotification_NamedPropertyRangeSeq':tc())),
 
428
    ?match("IDL:omg.org/CosNotification/NamedPropertyRangeSeq:1.0", 
 
429
           'CosNotification_NamedPropertyRangeSeq':id()),
 
430
    ?match("CosNotification_NamedPropertyRangeSeq", 
 
431
           'CosNotification_NamedPropertyRangeSeq':name()),
 
432
    ok.
 
433
 
 
434
 
 
435
%%-----------------------------------------------------------------
 
436
%% Test Case: 'CosNotification_PropertyErrorSeq'
 
437
%% Description: 
 
438
%%-----------------------------------------------------------------
 
439
'CosNotification_PropertyErrorSeq'(doc) -> ["CosNotification_PropertyErrorSeq"];
 
440
'CosNotification_PropertyErrorSeq'(suite) -> [];
 
441
'CosNotification_PropertyErrorSeq'(_) ->
 
442
    ?match(true, orber_tc:check_tc('CosNotification_PropertyErrorSeq':tc())),
 
443
    ?match("IDL:omg.org/CosNotification/PropertyErrorSeq:1.0", 
 
444
           'CosNotification_PropertyErrorSeq':id()),
 
445
    ?match("CosNotification_PropertyErrorSeq", 
 
446
           'CosNotification_PropertyErrorSeq':name()),
 
447
    ok.
 
448
 
 
449
 
 
450
%%-----------------------------------------------------------------
 
451
%% Test Case: 'CosNotification_PropertySeq'
 
452
%% Description: 
 
453
%%-----------------------------------------------------------------
 
454
'CosNotification_PropertySeq'(doc) -> ["CosNotification_PropertySeq"];
 
455
'CosNotification_PropertySeq'(suite) -> [];
 
456
'CosNotification_PropertySeq'(_) ->
 
457
    ?match(true, orber_tc:check_tc('CosNotification_PropertySeq':tc())),
 
458
    ?match("IDL:omg.org/CosNotification/PropertySeq:1.0", 
 
459
           'CosNotification_PropertySeq':id()),
 
460
    ?match("CosNotification_PropertySeq", 
 
461
           'CosNotification_PropertySeq':name()),
 
462
    ok.
 
463
 
 
464
 
 
465
%%-----------------------------------------------------------------
 
466
%% Test Case: 'CosNotifyChannelAdmin_AdminLimit'
 
467
%% Description: 
 
468
%%-----------------------------------------------------------------
 
469
'CosNotifyChannelAdmin_AdminLimit'(doc) -> ["CosNotifyChannelAdmin_AdminLimit"];
 
470
'CosNotifyChannelAdmin_AdminLimit'(suite) -> [];
 
471
'CosNotifyChannelAdmin_AdminLimit'(_) ->
 
472
    ?match(true, orber_tc:check_tc('CosNotifyChannelAdmin_AdminLimit':tc())),
 
473
    ?match("IDL:omg.org/CosNotifyChannelAdmin/AdminLimit:1.0", 
 
474
           'CosNotifyChannelAdmin_AdminLimit':id()),
 
475
    ?match("CosNotifyChannelAdmin_AdminLimit", 
 
476
           'CosNotifyChannelAdmin_AdminLimit':name()),
 
477
    ok.
 
478
 
 
479
 
 
480
%%-----------------------------------------------------------------
 
481
%% Test Case: 'CosNotifyChannelAdmin_AdminLimitExceeded'
 
482
%% Description: 
 
483
%%-----------------------------------------------------------------
 
484
'CosNotifyChannelAdmin_AdminLimitExceeded'(doc) -> ["CosNotifyChannelAdmin_AdminLimitExceeded"];
 
485
'CosNotifyChannelAdmin_AdminLimitExceeded'(suite) -> [];
 
486
'CosNotifyChannelAdmin_AdminLimitExceeded'(_) ->
 
487
    ?match(true, orber_tc:check_tc('CosNotifyChannelAdmin_AdminLimitExceeded':tc())),
 
488
    ?match("IDL:omg.org/CosNotifyChannelAdmin/AdminLimitExceeded:1.0", 
 
489
           'CosNotifyChannelAdmin_AdminLimitExceeded':id()),
 
490
    ?match("CosNotifyChannelAdmin_AdminLimitExceeded", 
 
491
           'CosNotifyChannelAdmin_AdminLimitExceeded':name()),
 
492
    ok.
 
493
 
 
494
 
 
495
%%-----------------------------------------------------------------
 
496
%% Test Case: 'CosNotifyChannelAdmin_AdminNotFound'
 
497
%% Description: 
 
498
%%-----------------------------------------------------------------
 
499
'CosNotifyChannelAdmin_AdminNotFound'(doc) -> ["CosNotifyChannelAdmin_AdminNotFound"];
 
500
'CosNotifyChannelAdmin_AdminNotFound'(suite) -> [];
 
501
'CosNotifyChannelAdmin_AdminNotFound'(_) ->
 
502
    ?match(true, orber_tc:check_tc('CosNotifyChannelAdmin_AdminNotFound':tc())),
 
503
    ?match("IDL:omg.org/CosNotifyChannelAdmin/AdminNotFound:1.0", 
 
504
           'CosNotifyChannelAdmin_AdminNotFound':id()),
 
505
    ?match("CosNotifyChannelAdmin_AdminNotFound", 
 
506
           'CosNotifyChannelAdmin_AdminNotFound':name()),
 
507
    ok.
 
508
 
 
509
 
 
510
%%-----------------------------------------------------------------
 
511
%% Test Case: 'CosNotifyChannelAdmin_ChannelNotFound'
 
512
%% Description: 
 
513
%%-----------------------------------------------------------------
 
514
'CosNotifyChannelAdmin_ChannelNotFound'(doc) -> ["CosNotifyChannelAdmin_ChannelNotFound"];
 
515
'CosNotifyChannelAdmin_ChannelNotFound'(suite) -> [];
 
516
'CosNotifyChannelAdmin_ChannelNotFound'(_) ->
 
517
    ?match(true, orber_tc:check_tc('CosNotifyChannelAdmin_ChannelNotFound':tc())),
 
518
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ChannelNotFound:1.0", 
 
519
           'CosNotifyChannelAdmin_ChannelNotFound':id()),
 
520
    ?match("CosNotifyChannelAdmin_ChannelNotFound", 
 
521
           'CosNotifyChannelAdmin_ChannelNotFound':name()),
 
522
    ok.
 
523
 
 
524
 
 
525
%%-----------------------------------------------------------------
 
526
%% Test Case: 'CosNotifyChannelAdmin_ConnectionAlreadyActive'
 
527
%% Description: 
 
528
%%-----------------------------------------------------------------
 
529
'CosNotifyChannelAdmin_ConnectionAlreadyActive'(doc) -> ["CosNotifyChannelAdmin_ConnectionAlreadyActive"];
 
530
'CosNotifyChannelAdmin_ConnectionAlreadyActive'(suite) -> [];
 
531
'CosNotifyChannelAdmin_ConnectionAlreadyActive'(_) ->
 
532
    ?match(true, orber_tc:check_tc('CosNotifyChannelAdmin_ConnectionAlreadyActive':tc())),
 
533
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ConnectionAlreadyActive:1.0", 
 
534
           'CosNotifyChannelAdmin_ConnectionAlreadyActive':id()),
 
535
    ?match("CosNotifyChannelAdmin_ConnectionAlreadyActive", 
 
536
           'CosNotifyChannelAdmin_ConnectionAlreadyActive':name()),
 
537
    ok.
 
538
 
 
539
 
 
540
%%-----------------------------------------------------------------
 
541
%% Test Case: 'CosNotifyChannelAdmin_ConnectionAlreadyInactive'
 
542
%% Description: 
 
543
%%-----------------------------------------------------------------
 
544
'CosNotifyChannelAdmin_ConnectionAlreadyInactive'(doc) -> ["CosNotifyChannelAdmin_ConnectionAlreadyInactive"];
 
545
'CosNotifyChannelAdmin_ConnectionAlreadyInactive'(suite) -> [];
 
546
'CosNotifyChannelAdmin_ConnectionAlreadyInactive'(_) ->
 
547
    ?match(true, orber_tc:check_tc('CosNotifyChannelAdmin_ConnectionAlreadyInactive':tc())),
 
548
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ConnectionAlreadyInactive:1.0", 
 
549
           'CosNotifyChannelAdmin_ConnectionAlreadyInactive':id()),
 
550
    ?match("CosNotifyChannelAdmin_ConnectionAlreadyInactive", 
 
551
           'CosNotifyChannelAdmin_ConnectionAlreadyInactive':name()),
 
552
    ok.
 
553
 
 
554
%%-----------------------------------------------------------------
 
555
%% Test Case: 'CosNotifyChannelAdmin_NotConnected'
 
556
%% Description: 
 
557
%%-----------------------------------------------------------------
 
558
'CosNotifyChannelAdmin_NotConnected'(doc) -> ["CosNotifyChannelAdmin_NotConnected"];
 
559
'CosNotifyChannelAdmin_NotConnected'(suite) -> [];
 
560
'CosNotifyChannelAdmin_NotConnected'(_) ->
 
561
    ?match(true, orber_tc:check_tc('CosNotifyChannelAdmin_NotConnected':tc())),
 
562
    ?match("IDL:omg.org/CosNotifyChannelAdmin/NotConnected:1.0", 
 
563
           'CosNotifyChannelAdmin_NotConnected':id()),
 
564
    ?match("CosNotifyChannelAdmin_NotConnected", 
 
565
           'CosNotifyChannelAdmin_NotConnected':name()),
 
566
    ok.
 
567
 
 
568
%%-----------------------------------------------------------------
 
569
%% Test Case: 'CosNotifyChannelAdmin_AdminIDSeq'
 
570
%% Description: 
 
571
%%-----------------------------------------------------------------
 
572
'CosNotifyChannelAdmin_AdminIDSeq'(doc) -> ["CosNotifyChannelAdmin_AdminIDSeq"];
 
573
'CosNotifyChannelAdmin_AdminIDSeq'(suite) -> [];
 
574
'CosNotifyChannelAdmin_AdminIDSeq'(_) ->
 
575
    ?match(true, orber_tc:check_tc('CosNotifyChannelAdmin_AdminIDSeq':tc())),
 
576
    ?match("IDL:omg.org/CosNotifyChannelAdmin/AdminIDSeq:1.0", 
 
577
           'CosNotifyChannelAdmin_AdminIDSeq':id()),
 
578
    ?match("CosNotifyChannelAdmin_AdminIDSeq", 
 
579
           'CosNotifyChannelAdmin_AdminIDSeq':name()),
 
580
    ok.
 
581
 
 
582
%%-----------------------------------------------------------------
 
583
%% Test Case: 'CosNotifyChannelAdmin_ChannelIDSeq'
 
584
%% Description: 
 
585
%%-----------------------------------------------------------------
 
586
'CosNotifyChannelAdmin_ChannelIDSeq'(doc) -> ["CosNotifyChannelAdmin_ChannelIDSeq"];
 
587
'CosNotifyChannelAdmin_ChannelIDSeq'(suite) -> [];
 
588
'CosNotifyChannelAdmin_ChannelIDSeq'(_) ->
 
589
    ?match(true, orber_tc:check_tc('CosNotifyChannelAdmin_ChannelIDSeq':tc())),
 
590
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ChannelIDSeq:1.0", 
 
591
           'CosNotifyChannelAdmin_ChannelIDSeq':id()),
 
592
    ?match("CosNotifyChannelAdmin_ChannelIDSeq", 
 
593
           'CosNotifyChannelAdmin_ChannelIDSeq':name()),
 
594
    ok.
 
595
 
 
596
%%-----------------------------------------------------------------
 
597
%% Test Case: 'CosNotifyChannelAdmin_ProxyIDSeq'
 
598
%% Description: 
 
599
%%-----------------------------------------------------------------
 
600
'CosNotifyChannelAdmin_ProxyIDSeq'(doc) -> ["CosNotifyChannelAdmin_ProxyIDSeq"];
 
601
'CosNotifyChannelAdmin_ProxyIDSeq'(suite) -> [];
 
602
'CosNotifyChannelAdmin_ProxyIDSeq'(_) ->
 
603
    ?match(true, orber_tc:check_tc('CosNotifyChannelAdmin_ProxyIDSeq':tc())),
 
604
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ProxyIDSeq:1.0", 
 
605
           'CosNotifyChannelAdmin_ProxyIDSeq':id()),
 
606
    ?match("CosNotifyChannelAdmin_ProxyIDSeq", 
 
607
           'CosNotifyChannelAdmin_ProxyIDSeq':name()),
 
608
    ok.
 
609
 
 
610
%%-----------------------------------------------------------------
 
611
%% Test Case: 'CosNotifyFilter_CallbackNotFound'
 
612
%% Description: 
 
613
%%-----------------------------------------------------------------
 
614
'CosNotifyFilter_CallbackNotFound'(doc) -> ["CosNotifyFilter_CallbackNotFound"];
 
615
'CosNotifyFilter_CallbackNotFound'(suite) -> [];
 
616
'CosNotifyFilter_CallbackNotFound'(_) ->
 
617
    ?match(true, orber_tc:check_tc('CosNotifyFilter_CallbackNotFound':tc())),
 
618
    ?match("IDL:omg.org/CosNotifyFilter/CallbackNotFound:1.0", 
 
619
           'CosNotifyFilter_CallbackNotFound':id()),
 
620
    ?match("CosNotifyFilter_CallbackNotFound", 
 
621
           'CosNotifyFilter_CallbackNotFound':name()),
 
622
    ok.
 
623
 
 
624
%%-----------------------------------------------------------------
 
625
%% Test Case: 'CosNotifyFilter_ConstraintExp'
 
626
%% Description: 
 
627
%%-----------------------------------------------------------------
 
628
'CosNotifyFilter_ConstraintExp'(doc) -> ["CosNotifyFilter_ConstraintExp"];
 
629
'CosNotifyFilter_ConstraintExp'(suite) -> [];
 
630
'CosNotifyFilter_ConstraintExp'(_) ->
 
631
    ?match(true, orber_tc:check_tc('CosNotifyFilter_ConstraintExp':tc())),
 
632
    ?match("IDL:omg.org/CosNotifyFilter/ConstraintExp:1.0", 
 
633
           'CosNotifyFilter_ConstraintExp':id()),
 
634
    ?match("CosNotifyFilter_ConstraintExp", 
 
635
           'CosNotifyFilter_ConstraintExp':name()),
 
636
    ok.
 
637
 
 
638
%%-----------------------------------------------------------------
 
639
%% Test Case: 'CosNotifyFilter_ConstraintInfo'
 
640
%% Description: 
 
641
%%-----------------------------------------------------------------
 
642
'CosNotifyFilter_ConstraintInfo'(doc) -> ["CosNotifyFilter_ConstraintInfo"];
 
643
'CosNotifyFilter_ConstraintInfo'(suite) -> [];
 
644
'CosNotifyFilter_ConstraintInfo'(_) ->
 
645
    ?match(true, orber_tc:check_tc('CosNotifyFilter_ConstraintInfo':tc())),
 
646
    ?match("IDL:omg.org/CosNotifyFilter/ConstraintInfo:1.0", 
 
647
           'CosNotifyFilter_ConstraintInfo':id()),
 
648
    ?match("CosNotifyFilter_ConstraintInfo", 
 
649
           'CosNotifyFilter_ConstraintInfo':name()),
 
650
    ok.
 
651
 
 
652
%%-----------------------------------------------------------------
 
653
%% Test Case: 'CosNotifyFilter_ConstraintNotFound'
 
654
%% Description: 
 
655
%%-----------------------------------------------------------------
 
656
'CosNotifyFilter_ConstraintNotFound'(doc) -> ["CosNotifyFilter_ConstraintNotFound"];
 
657
'CosNotifyFilter_ConstraintNotFound'(suite) -> [];
 
658
'CosNotifyFilter_ConstraintNotFound'(_) ->
 
659
    ?match(true, orber_tc:check_tc('CosNotifyFilter_ConstraintNotFound':tc())),
 
660
    ?match("IDL:omg.org/CosNotifyFilter/ConstraintNotFound:1.0", 
 
661
           'CosNotifyFilter_ConstraintNotFound':id()),
 
662
    ?match("CosNotifyFilter_ConstraintNotFound", 
 
663
           'CosNotifyFilter_ConstraintNotFound':name()),
 
664
    ok.
 
665
 
 
666
%%-----------------------------------------------------------------
 
667
%% Test Case: 'CosNotifyFilter_DuplicateConstraintID'
 
668
%% Description: 
 
669
%%-----------------------------------------------------------------
 
670
'CosNotifyFilter_DuplicateConstraintID'(doc) -> ["CosNotifyFilter_DuplicateConstraintID"];
 
671
'CosNotifyFilter_DuplicateConstraintID'(suite) -> [];
 
672
'CosNotifyFilter_DuplicateConstraintID'(_) ->
 
673
    ?match(true, orber_tc:check_tc('CosNotifyFilter_DuplicateConstraintID':tc())),
 
674
    ?match("IDL:omg.org/CosNotifyFilter/DuplicateConstraintID:1.0", 
 
675
           'CosNotifyFilter_DuplicateConstraintID':id()),
 
676
    ?match("CosNotifyFilter_DuplicateConstraintID", 
 
677
           'CosNotifyFilter_DuplicateConstraintID':name()),
 
678
    ok.
 
679
 
 
680
%%-----------------------------------------------------------------
 
681
%% Test Case: 'CosNotifyFilter_FilterNotFound'
 
682
%% Description: 
 
683
%%-----------------------------------------------------------------
 
684
'CosNotifyFilter_FilterNotFound'(doc) -> ["CosNotifyFilter_FilterNotFound"];
 
685
'CosNotifyFilter_FilterNotFound'(suite) -> [];
 
686
'CosNotifyFilter_FilterNotFound'(_) ->
 
687
    ?match(true, orber_tc:check_tc('CosNotifyFilter_FilterNotFound':tc())),
 
688
    ?match("IDL:omg.org/CosNotifyFilter/FilterNotFound:1.0", 
 
689
           'CosNotifyFilter_FilterNotFound':id()),
 
690
    ?match("CosNotifyFilter_FilterNotFound", 
 
691
           'CosNotifyFilter_FilterNotFound':name()),
 
692
    ok.
 
693
 
 
694
%%-----------------------------------------------------------------
 
695
%% Test Case: 'CosNotifyFilter_InvalidConstraint'
 
696
%% Description: 
 
697
%%-----------------------------------------------------------------
 
698
'CosNotifyFilter_InvalidConstraint'(doc) -> ["CosNotifyFilter_InvalidConstraint"];
 
699
'CosNotifyFilter_InvalidConstraint'(suite) -> [];
 
700
'CosNotifyFilter_InvalidConstraint'(_) ->
 
701
    ?match(true, orber_tc:check_tc('CosNotifyFilter_InvalidConstraint':tc())),
 
702
    ?match("IDL:omg.org/CosNotifyFilter/InvalidConstraint:1.0", 
 
703
           'CosNotifyFilter_InvalidConstraint':id()),
 
704
    ?match("CosNotifyFilter_InvalidConstraint", 
 
705
           'CosNotifyFilter_InvalidConstraint':name()),
 
706
    ok.
 
707
 
 
708
%%-----------------------------------------------------------------
 
709
%% Test Case: 'CosNotifyFilter_InvalidGrammar'
 
710
%% Description: 
 
711
%%-----------------------------------------------------------------
 
712
'CosNotifyFilter_InvalidGrammar'(doc) -> ["CosNotifyFilter_InvalidGrammar"];
 
713
'CosNotifyFilter_InvalidGrammar'(suite) -> [];
 
714
'CosNotifyFilter_InvalidGrammar'(_) ->
 
715
    ?match(true, orber_tc:check_tc('CosNotifyFilter_InvalidGrammar':tc())),
 
716
    ?match("IDL:omg.org/CosNotifyFilter/InvalidGrammar:1.0", 
 
717
           'CosNotifyFilter_InvalidGrammar':id()),
 
718
    ?match("CosNotifyFilter_InvalidGrammar", 
 
719
           'CosNotifyFilter_InvalidGrammar':name()),
 
720
    ok.
 
721
 
 
722
%%-----------------------------------------------------------------
 
723
%% Test Case: 'CosNotifyFilter_InvalidValue'
 
724
%% Description: 
 
725
%%-----------------------------------------------------------------
 
726
'CosNotifyFilter_InvalidValue'(doc) -> ["CosNotifyFilter_InvalidValue"];
 
727
'CosNotifyFilter_InvalidValue'(suite) -> [];
 
728
'CosNotifyFilter_InvalidValue'(_) ->
 
729
    ?match(true, orber_tc:check_tc('CosNotifyFilter_InvalidValue':tc())),
 
730
    ?match("IDL:omg.org/CosNotifyFilter/InvalidValue:1.0", 
 
731
           'CosNotifyFilter_InvalidValue':id()),
 
732
    ?match("CosNotifyFilter_InvalidValue", 
 
733
           'CosNotifyFilter_InvalidValue':name()),
 
734
    ok.
 
735
 
 
736
%%-----------------------------------------------------------------
 
737
%% Test Case: 'CosNotifyFilter_MappingConstraintInfo'
 
738
%% Description: 
 
739
%%-----------------------------------------------------------------
 
740
'CosNotifyFilter_MappingConstraintInfo'(doc) -> ["CosNotifyFilter_MappingConstraintInfo"];
 
741
'CosNotifyFilter_MappingConstraintInfo'(suite) -> [];
 
742
'CosNotifyFilter_MappingConstraintInfo'(_) ->
 
743
    ?match(true, orber_tc:check_tc('CosNotifyFilter_MappingConstraintInfo':tc())),
 
744
    ?match("IDL:omg.org/CosNotifyFilter/MappingConstraintInfo:1.0", 
 
745
           'CosNotifyFilter_MappingConstraintInfo':id()),
 
746
    ?match("CosNotifyFilter_MappingConstraintInfo", 
 
747
           'CosNotifyFilter_MappingConstraintInfo':name()),
 
748
    ok.
 
749
 
 
750
%%-----------------------------------------------------------------
 
751
%% Test Case: 'CosNotifyFilter_MappingConstraintPair'
 
752
%% Description: 
 
753
%%-----------------------------------------------------------------
 
754
'CosNotifyFilter_MappingConstraintPair'(doc) -> ["CosNotifyFilter_MappingConstraintPair"];
 
755
'CosNotifyFilter_MappingConstraintPair'(suite) -> [];
 
756
'CosNotifyFilter_MappingConstraintPair'(_) ->
 
757
    ?match(true, orber_tc:check_tc('CosNotifyFilter_MappingConstraintPair':tc())),
 
758
    ?match("IDL:omg.org/CosNotifyFilter/MappingConstraintPair:1.0", 
 
759
           'CosNotifyFilter_MappingConstraintPair':id()),
 
760
    ?match("CosNotifyFilter_MappingConstraintPair", 
 
761
           'CosNotifyFilter_MappingConstraintPair':name()),
 
762
    ok.
 
763
 
 
764
%%-----------------------------------------------------------------
 
765
%% Test Case: 'CosNotifyFilter_UnsupportedFilterableData'
 
766
%% Description: 
 
767
%%-----------------------------------------------------------------
 
768
'CosNotifyFilter_UnsupportedFilterableData'(doc) -> ["CosNotifyFilter_UnsupportedFilterableData"];
 
769
'CosNotifyFilter_UnsupportedFilterableData'(suite) -> [];
 
770
'CosNotifyFilter_UnsupportedFilterableData'(_) ->
 
771
    ?match(true, orber_tc:check_tc('CosNotifyFilter_UnsupportedFilterableData':tc())),
 
772
    ?match("IDL:omg.org/CosNotifyFilter/UnsupportedFilterableData:1.0", 
 
773
           'CosNotifyFilter_UnsupportedFilterableData':id()),
 
774
    ?match("CosNotifyFilter_UnsupportedFilterableData", 
 
775
           'CosNotifyFilter_UnsupportedFilterableData':name()),
 
776
    ok.
 
777
 
 
778
%%-----------------------------------------------------------------
 
779
%% Test Case: 'CosNotifyFilter_CallbackIDSeq'
 
780
%% Description: 
 
781
%%-----------------------------------------------------------------
 
782
'CosNotifyFilter_CallbackIDSeq'(doc) -> ["CosNotifyFilter_CallbackIDSeq"];
 
783
'CosNotifyFilter_CallbackIDSeq'(suite) -> [];
 
784
'CosNotifyFilter_CallbackIDSeq'(_) ->
 
785
    ?match(true, orber_tc:check_tc('CosNotifyFilter_CallbackIDSeq':tc())),
 
786
    ?match("IDL:omg.org/CosNotifyFilter/CallbackIDSeq:1.0", 
 
787
           'CosNotifyFilter_CallbackIDSeq':id()),
 
788
    ?match("CosNotifyFilter_CallbackIDSeq", 
 
789
           'CosNotifyFilter_CallbackIDSeq':name()),
 
790
    ok.
 
791
 
 
792
 
 
793
%%-----------------------------------------------------------------
 
794
%% Test Case: 'CosNotifyFilter_ConstraintExpSeq'
 
795
%% Description: 
 
796
%%-----------------------------------------------------------------
 
797
'CosNotifyFilter_ConstraintExpSeq'(doc) -> ["CosNotifyFilter_ConstraintExpSeq"];
 
798
'CosNotifyFilter_ConstraintExpSeq'(suite) -> [];
 
799
'CosNotifyFilter_ConstraintExpSeq'(_) ->
 
800
    ?match(true, orber_tc:check_tc('CosNotifyFilter_ConstraintExpSeq':tc())),
 
801
    ?match("IDL:omg.org/CosNotifyFilter/ConstraintExpSeq:1.0", 
 
802
           'CosNotifyFilter_ConstraintExpSeq':id()),
 
803
    ?match("CosNotifyFilter_ConstraintExpSeq", 
 
804
           'CosNotifyFilter_ConstraintExpSeq':name()),
 
805
    ok.
 
806
 
 
807
 
 
808
%%-----------------------------------------------------------------
 
809
%% Test Case: 'CosNotifyFilter_ConstraintIDSeq'
 
810
%% Description: 
 
811
%%-----------------------------------------------------------------
 
812
'CosNotifyFilter_ConstraintIDSeq'(doc) -> ["CosNotifyFilter_ConstraintIDSeq"];
 
813
'CosNotifyFilter_ConstraintIDSeq'(suite) -> [];
 
814
'CosNotifyFilter_ConstraintIDSeq'(_) ->
 
815
    ?match(true, orber_tc:check_tc('CosNotifyFilter_ConstraintIDSeq':tc())),
 
816
    ?match("IDL:omg.org/CosNotifyFilter/ConstraintIDSeq:1.0", 
 
817
           'CosNotifyFilter_ConstraintIDSeq':id()),
 
818
    ?match("CosNotifyFilter_ConstraintIDSeq", 
 
819
           'CosNotifyFilter_ConstraintIDSeq':name()),
 
820
    ok.
 
821
 
 
822
 
 
823
%%-----------------------------------------------------------------
 
824
%% Test Case: 'CosNotifyFilter_ConstraintInfoSeq'
 
825
%% Description: 
 
826
%%-----------------------------------------------------------------
 
827
'CosNotifyFilter_ConstraintInfoSeq'(doc) -> ["CosNotifyFilter_ConstraintInfoSeq"];
 
828
'CosNotifyFilter_ConstraintInfoSeq'(suite) -> [];
 
829
'CosNotifyFilter_ConstraintInfoSeq'(_) ->
 
830
    ?match(true, orber_tc:check_tc('CosNotifyFilter_ConstraintInfoSeq':tc())),
 
831
    ?match("IDL:omg.org/CosNotifyFilter/ConstraintInfoSeq:1.0", 
 
832
           'CosNotifyFilter_ConstraintInfoSeq':id()),
 
833
    ?match("CosNotifyFilter_ConstraintInfoSeq", 
 
834
           'CosNotifyFilter_ConstraintInfoSeq':name()),
 
835
    ok.
 
836
 
 
837
 
 
838
%%-----------------------------------------------------------------
 
839
%% Test Case: 'CosNotifyFilter_FilterIDSeq'
 
840
%% Description: 
 
841
%%-----------------------------------------------------------------
 
842
'CosNotifyFilter_FilterIDSeq'(doc) -> ["CosNotifyFilter_FilterIDSeq"];
 
843
'CosNotifyFilter_FilterIDSeq'(suite) -> [];
 
844
'CosNotifyFilter_FilterIDSeq'(_) ->
 
845
    ?match(true, orber_tc:check_tc('CosNotifyFilter_FilterIDSeq':tc())),
 
846
    ?match("IDL:omg.org/CosNotifyFilter/FilterIDSeq:1.0", 
 
847
           'CosNotifyFilter_FilterIDSeq':id()),
 
848
    ?match("CosNotifyFilter_FilterIDSeq", 
 
849
           'CosNotifyFilter_FilterIDSeq':name()),
 
850
    ok.
 
851
 
 
852
 
 
853
%%-----------------------------------------------------------------
 
854
%% Test Case: 'CosNotifyFilter_MappingConstraintInfoSeq'
 
855
%% Description: 
 
856
%%-----------------------------------------------------------------
 
857
'CosNotifyFilter_MappingConstraintInfoSeq'(doc) -> ["CosNotifyFilter_MappingConstraintInfoSeq"];
 
858
'CosNotifyFilter_MappingConstraintInfoSeq'(suite) -> [];
 
859
'CosNotifyFilter_MappingConstraintInfoSeq'(_) ->
 
860
    ?match(true, orber_tc:check_tc('CosNotifyFilter_MappingConstraintInfoSeq':tc())),
 
861
    ?match("IDL:omg.org/CosNotifyFilter/MappingConstraintInfoSeq:1.0", 
 
862
           'CosNotifyFilter_MappingConstraintInfoSeq':id()),
 
863
    ?match("CosNotifyFilter_MappingConstraintInfoSeq", 
 
864
           'CosNotifyFilter_MappingConstraintInfoSeq':name()),
 
865
    ok.
 
866
 
 
867
 
 
868
%%-----------------------------------------------------------------
 
869
%% Test Case: 'CosNotifyFilter_MappingConstraintPairSeq'
 
870
%% Description: 
 
871
%%-----------------------------------------------------------------
 
872
'CosNotifyFilter_MappingConstraintPairSeq'(doc) -> ["CosNotifyFilter_MappingConstraintPairSeq"];
 
873
'CosNotifyFilter_MappingConstraintPairSeq'(suite) -> [];
 
874
'CosNotifyFilter_MappingConstraintPairSeq'(_) ->
 
875
    ?match(true, orber_tc:check_tc('CosNotifyFilter_MappingConstraintPairSeq':tc())),
 
876
    ?match("IDL:omg.org/CosNotifyFilter/MappingConstraintPairSeq:1.0", 
 
877
           'CosNotifyFilter_MappingConstraintPairSeq':id()),
 
878
    ?match("CosNotifyFilter_MappingConstraintPairSeq", 
 
879
           'CosNotifyFilter_MappingConstraintPairSeq':name()),
 
880
    ok.
 
881
 
 
882
 
 
883
%%-----------------------------------------------------------------
 
884
%% Test Case: 'CosNotifyComm_InvalidEventType'
 
885
%% Description: 
 
886
%%-----------------------------------------------------------------
 
887
'CosNotifyComm_InvalidEventType'(doc) -> ["CosNotifyComm_InvalidEventType"];
 
888
'CosNotifyComm_InvalidEventType'(suite) -> [];
 
889
'CosNotifyComm_InvalidEventType'(_) ->
 
890
    ?match(true, orber_tc:check_tc('CosNotifyComm_InvalidEventType':tc())),
 
891
    ?match("IDL:omg.org/CosNotifyComm/InvalidEventType:1.0", 
 
892
           'CosNotifyComm_InvalidEventType':id()),
 
893
    ?match("CosNotifyComm_InvalidEventType", 
 
894
           'CosNotifyComm_InvalidEventType':name()),
 
895
    ok.
 
896
 
 
897
 
 
898
%%-----------------------------------------------------------------
 
899
%% Test Case: 'CosNotifyChannelAdmin_ProxyNotFound'
 
900
%% Description: 
 
901
%%-----------------------------------------------------------------
 
902
'CosNotifyChannelAdmin_ProxyNotFound'(doc) -> ["CosNotifyChannelAdmin_ProxyNotFound"];
 
903
'CosNotifyChannelAdmin_ProxyNotFound'(suite) -> [];
 
904
'CosNotifyChannelAdmin_ProxyNotFound'(_) ->
 
905
    ?match(true, orber_tc:check_tc('CosNotifyChannelAdmin_ProxyNotFound':tc())),
 
906
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ProxyNotFound:1.0", 
 
907
           'CosNotifyChannelAdmin_ProxyNotFound':id()),
 
908
    ?match("CosNotifyChannelAdmin_ProxyNotFound", 
 
909
           'CosNotifyChannelAdmin_ProxyNotFound':name()),
 
910
    ok.
 
911
 
 
912
 
 
913
%%-----------------------------------------------------------------
 
914
%% Test Case: 'CosNotification_AdminPropertiesAdmin'
 
915
%% Description: 
 
916
%%-----------------------------------------------------------------
 
917
'CosNotification_AdminPropertiesAdmin'(doc) -> ["CosNotification_AdminPropertiesAdmin"];
 
918
'CosNotification_AdminPropertiesAdmin'(suite) -> [];
 
919
'CosNotification_AdminPropertiesAdmin'(_) ->
 
920
    ?nomatch(undefined, 'CosNotification_AdminPropertiesAdmin':oe_tc(get_admin)),
 
921
    ?nomatch(undefined, 'CosNotification_AdminPropertiesAdmin':oe_tc(set_admin)),
 
922
    ?match(undefined, 'CosNotification_AdminPropertiesAdmin':oe_tc(undefined)),
 
923
    ?match([_|_], 'CosNotification_AdminPropertiesAdmin':oe_get_interface()),
 
924
    ?match("IDL:omg.org/CosNotification/AdminPropertiesAdmin:1.0", 
 
925
           'CosNotification_AdminPropertiesAdmin':typeID()),
 
926
    check_tc('CosNotification_AdminPropertiesAdmin':oe_get_interface()),
 
927
    ?match(true, 'CosNotification_AdminPropertiesAdmin':oe_is_a('CosNotification_AdminPropertiesAdmin':typeID())),
 
928
    ?match(false, 'CosNotification_AdminPropertiesAdmin':oe_is_a("wrong")),
 
929
    ok.
 
930
 
 
931
%%-----------------------------------------------------------------
 
932
%% Test Case: 'CosNotification_QoSAdmin'
 
933
%% Description: 
 
934
%%-----------------------------------------------------------------
 
935
'CosNotification_QoSAdmin'(doc) -> ["CosNotification_QoSAdmin"];
 
936
'CosNotification_QoSAdmin'(suite) -> [];
 
937
'CosNotification_QoSAdmin'(_) ->
 
938
    ?nomatch(undefined, 'CosNotification_QoSAdmin':oe_tc(get_qos)),
 
939
    ?nomatch(undefined, 'CosNotification_QoSAdmin':oe_tc(set_qos)),
 
940
    ?nomatch(undefined, 'CosNotification_QoSAdmin':oe_tc(validate_qos)),
 
941
    ?match(undefined, 'CosNotification_QoSAdmin':oe_tc(undefined)),
 
942
    ?match([_|_], 'CosNotification_QoSAdmin':oe_get_interface()),
 
943
    ?match("IDL:omg.org/CosNotification/QoSAdmin:1.0", 
 
944
           'CosNotification_QoSAdmin':typeID()),
 
945
    check_tc('CosNotification_QoSAdmin':oe_get_interface()),
 
946
    ?match(true, 'CosNotification_QoSAdmin':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
947
    ?match(false, 'CosNotification_QoSAdmin':oe_is_a("wrong")),
 
948
    ok.
 
949
 
 
950
%%-----------------------------------------------------------------
 
951
%% Test Case: 'CosNotifyChannelAdmin_ConsumerAdmin'
 
952
%% Description: 
 
953
%%-----------------------------------------------------------------
 
954
'CosNotifyChannelAdmin_ConsumerAdmin'(doc) -> ["CosNotifyChannelAdmin_ConsumerAdmin"];
 
955
'CosNotifyChannelAdmin_ConsumerAdmin'(suite) -> [];
 
956
'CosNotifyChannelAdmin_ConsumerAdmin'(_) ->
 
957
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc('_get_MyID')),
 
958
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc('_get_MyChannel')),
 
959
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc('_get_MyOperator')),
 
960
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc('_get_priority_filter')),
 
961
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc('_set_priority_filter')),
 
962
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc('_get_lifetime_filter')),
 
963
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc('_set_lifetime_filter')),
 
964
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc('_get_pull_suppliers')),
 
965
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc('_get_push_suppliers')),
 
966
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(get_proxy_supplier)),
 
967
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(obtain_notification_pull_supplier)),
 
968
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(obtain_notification_push_supplier)),
 
969
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(destroy)),
 
970
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(get_qos)),
 
971
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(set_qos)),
 
972
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(validate_qos)),
 
973
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(subscription_change)),
 
974
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(add_filter)),
 
975
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(remove_filter)),
 
976
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(get_filter)),
 
977
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(get_all_filters)),
 
978
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(remove_all_filters)),
 
979
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(obtain_push_supplier)),
 
980
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(obtain_pull_supplier)),
 
981
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(callSeq)),
 
982
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(callAny)),
 
983
    ?match(undefined, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_tc(undefined)),
 
984
    ?match([_|_], 'CosNotifyChannelAdmin_ConsumerAdmin':oe_get_interface()),
 
985
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ConsumerAdmin:1.0", 
 
986
           'CosNotifyChannelAdmin_ConsumerAdmin':typeID()),
 
987
    check_tc('CosNotifyChannelAdmin_ConsumerAdmin':oe_get_interface()),
 
988
    ?match(true, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_is_a('CosNotifyChannelAdmin_ConsumerAdmin':typeID())),
 
989
    ?match(true, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
990
    ?match(true, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
991
    ?match(true, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
992
    ?match(true, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_is_a('CosEventChannelAdmin_ConsumerAdmin':typeID())),
 
993
    ?match(true, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_is_a('oe_CosNotificationComm_Event':typeID())),
 
994
    ?match(false, 'CosNotifyChannelAdmin_ConsumerAdmin':oe_is_a("wrong")),
 
995
    ok.
 
996
 
 
997
%%-----------------------------------------------------------------
 
998
%% Test Case: 'CosNotifyChannelAdmin_EventChannel'
 
999
%% Description: 
 
1000
%%-----------------------------------------------------------------
 
1001
'CosNotifyChannelAdmin_EventChannel'(doc) -> ["CosNotifyChannelAdmin_EventChannel"];
 
1002
'CosNotifyChannelAdmin_EventChannel'(suite) -> [];
 
1003
'CosNotifyChannelAdmin_EventChannel'(_) ->
 
1004
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc('_get_MyFactory')),
 
1005
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc('_get_default_consumer_admin')),
 
1006
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc('_get_default_supplier_admin')),
 
1007
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc('_get_default_filter_factory')),
 
1008
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(new_for_consumers)),
 
1009
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(new_for_suppliers)),
 
1010
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(get_consumeradmin)),
 
1011
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(get_supplieradmin)),
 
1012
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(get_all_consumeradmins)),
 
1013
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(get_all_supplieradmins)),
 
1014
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(get_qos)),
 
1015
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(set_qos)),
 
1016
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(validate_qos)),
 
1017
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(get_admin)),
 
1018
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(set_admin)),
 
1019
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(for_consumers)),
 
1020
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(for_suppliers)),
 
1021
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(destroy)),
 
1022
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(callSeq)),
 
1023
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(callAny)),
 
1024
    ?match(undefined, 'CosNotifyChannelAdmin_EventChannel':oe_tc(undefined)),
 
1025
    ?match([_|_], 'CosNotifyChannelAdmin_EventChannel':oe_get_interface()),
 
1026
    ?match("IDL:omg.org/CosNotifyChannelAdmin/EventChannel:1.0", 
 
1027
           'CosNotifyChannelAdmin_EventChannel':typeID()),
 
1028
    check_tc('CosNotifyChannelAdmin_EventChannel':oe_get_interface()),
 
1029
    ?match(true, 'CosNotifyChannelAdmin_EventChannel':oe_is_a('CosNotifyChannelAdmin_EventChannel':typeID())),
 
1030
    ?match(true, 'CosNotifyChannelAdmin_EventChannel':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1031
    ?match(true, 'CosNotifyChannelAdmin_EventChannel':oe_is_a('CosNotification_AdminPropertiesAdmin':typeID())),
 
1032
    ?match(true, 'CosNotifyChannelAdmin_EventChannel':oe_is_a('CosEventChannelAdmin_EventChannel':typeID())),
 
1033
    ?match(true, 'CosNotifyChannelAdmin_EventChannel':oe_is_a('oe_CosNotificationComm_Event':typeID())),
 
1034
    ?match(false, 'CosNotifyChannelAdmin_EventChannel':oe_is_a("wrong")),
 
1035
    ok.
 
1036
 
 
1037
%%-----------------------------------------------------------------
 
1038
%% Test Case: 'CosNotifyChannelAdmin_EventChannelFactory'
 
1039
%% Description: 
 
1040
%%-----------------------------------------------------------------
 
1041
'CosNotifyChannelAdmin_EventChannelFactory'(doc) -> ["CosNotifyChannelAdmin_EventChannelFactory"];
 
1042
'CosNotifyChannelAdmin_EventChannelFactory'(suite) -> [];
 
1043
'CosNotifyChannelAdmin_EventChannelFactory'(_) ->
 
1044
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannelFactory':oe_tc(create_channel)),
 
1045
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannelFactory':oe_tc(get_all_channels)),
 
1046
    ?nomatch(undefined, 'CosNotifyChannelAdmin_EventChannelFactory':oe_tc(get_event_channel)),
 
1047
    ?match(undefined, 'CosNotifyChannelAdmin_EventChannelFactory':oe_tc(undefined)),
 
1048
    ?match([_|_], 'CosNotifyChannelAdmin_EventChannelFactory':oe_get_interface()),
 
1049
    ?match("IDL:omg.org/CosNotifyChannelAdmin/EventChannelFactory:1.0", 
 
1050
           'CosNotifyChannelAdmin_EventChannelFactory':typeID()),
 
1051
    check_tc('CosNotifyChannelAdmin_EventChannelFactory':oe_get_interface()),
 
1052
    ?match(true, 'CosNotifyChannelAdmin_EventChannelFactory':oe_is_a('CosNotifyChannelAdmin_EventChannelFactory':typeID())),
 
1053
    ?match(false, 'CosNotifyChannelAdmin_EventChannelFactory':oe_is_a("wrong")),
 
1054
    ok.
 
1055
 
 
1056
%%-----------------------------------------------------------------
 
1057
%% Test Case: 'CosNotifyChannelAdmin_ProxyConsumer'
 
1058
%% Description: 
 
1059
%%-----------------------------------------------------------------
 
1060
'CosNotifyChannelAdmin_ProxyConsumer'(doc) -> ["CosNotifyChannelAdmin_ProxyConsumer"];
 
1061
'CosNotifyChannelAdmin_ProxyConsumer'(suite) -> [];
 
1062
'CosNotifyChannelAdmin_ProxyConsumer'(_) ->
 
1063
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc('_get_MyType')),
 
1064
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc('_get_MyAdmin')),
 
1065
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc(obtain_subscription_types)),
 
1066
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc(validate_event_qos)),
 
1067
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc(get_qos)),
 
1068
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc(set_qos)),
 
1069
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc(validate_qos)),
 
1070
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc(add_filter)),
 
1071
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc(remove_filter)),
 
1072
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc(get_filter)),
 
1073
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc(get_all_filters)),
 
1074
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc(remove_all_filters)),
 
1075
    ?match(undefined, 'CosNotifyChannelAdmin_ProxyConsumer':oe_tc(undefined)),
 
1076
    ?match([_|_], 'CosNotifyChannelAdmin_ProxyConsumer':oe_get_interface()),
 
1077
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ProxyConsumer:1.0", 
 
1078
           'CosNotifyChannelAdmin_ProxyConsumer':typeID()),
 
1079
    check_tc('CosNotifyChannelAdmin_ProxyConsumer':oe_get_interface()),
 
1080
    ?match(true, 'CosNotifyChannelAdmin_ProxyConsumer':oe_is_a('CosNotifyChannelAdmin_ProxyConsumer':typeID())),
 
1081
    ?match(true, 'CosNotifyChannelAdmin_ProxyConsumer':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1082
    ?match(true, 'CosNotifyChannelAdmin_ProxyConsumer':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1083
    ?match(false, 'CosNotifyChannelAdmin_ProxyConsumer':oe_is_a("wrong")),
 
1084
    ok.
 
1085
 
 
1086
%%-----------------------------------------------------------------
 
1087
%% Test Case: 'CosNotifyChannelAdmin_ProxyPullConsumer'
 
1088
%% Description: 
 
1089
%%-----------------------------------------------------------------
 
1090
'CosNotifyChannelAdmin_ProxyPullConsumer'(doc) -> ["CosNotifyChannelAdmin_ProxyPullConsumer"];
 
1091
'CosNotifyChannelAdmin_ProxyPullConsumer'(suite) -> [];
 
1092
'CosNotifyChannelAdmin_ProxyPullConsumer'(_) ->
 
1093
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(connect_any_pull_supplier)),
 
1094
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(suspend_connection)),
 
1095
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(resume_connection)),
 
1096
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc('_get_MyType')),
 
1097
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc('_get_MyAdmin')),
 
1098
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(obtain_subscription_types)),
 
1099
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(validate_event_qos)),
 
1100
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(get_qos)),
 
1101
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(set_qos)),
 
1102
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(validate_qos)),
 
1103
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(add_filter)),
 
1104
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(remove_filter)),
 
1105
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(get_filter)),
 
1106
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(get_all_filters)),
 
1107
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(remove_all_filters)),
 
1108
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(offer_change)),
 
1109
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(disconnect_pull_consumer)),
 
1110
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(connect_pull_supplier)),
 
1111
    ?match(undefined, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_tc(undefined)),
 
1112
    ?match([_|_], 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_get_interface()),
 
1113
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ProxyPullConsumer:1.0", 
 
1114
           'CosNotifyChannelAdmin_ProxyPullConsumer':typeID()),
 
1115
    check_tc('CosNotifyChannelAdmin_ProxyPullConsumer':oe_get_interface()),
 
1116
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_is_a('CosNotifyChannelAdmin_ProxyPullConsumer':typeID())),
 
1117
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_is_a('CosNotifyChannelAdmin_ProxyConsumer':typeID())),
 
1118
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1119
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1120
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_is_a('CosNotifyComm_PullConsumer':typeID())),
 
1121
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
1122
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_is_a('CosEventComm_PullConsumer':typeID())),
 
1123
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_is_a('CosEventChannelAdmin_ProxyPullConsumer':typeID())),
 
1124
    ?match(false, 'CosNotifyChannelAdmin_ProxyPullConsumer':oe_is_a("wrong")),
 
1125
    ok.
 
1126
 
 
1127
%%-----------------------------------------------------------------
 
1128
%% Test Case: 'CosNotifyChannelAdmin_ProxyPullSupplier'
 
1129
%% Description: 
 
1130
%%-----------------------------------------------------------------
 
1131
'CosNotifyChannelAdmin_ProxyPullSupplier'(doc) -> ["CosNotifyChannelAdmin_ProxyPullSupplier"];
 
1132
'CosNotifyChannelAdmin_ProxyPullSupplier'(suite) -> [];
 
1133
'CosNotifyChannelAdmin_ProxyPullSupplier'(_) ->
 
1134
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc('_get_MyType')),
 
1135
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc('_get_MyAdmin')),
 
1136
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc('_get_priority_filter')),
 
1137
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc('_set_priority_filter')),
 
1138
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc('_get_lifetime_filter')),
 
1139
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc('_set_lifetime_filter')),
 
1140
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(obtain_offered_types)),
 
1141
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(validate_event_qos)),
 
1142
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(get_qos)),
 
1143
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(set_qos)),
 
1144
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(validate_qos)),
 
1145
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(add_filter)),
 
1146
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(remove_filter)),
 
1147
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(get_filter)),
 
1148
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(get_all_filters)),
 
1149
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(remove_all_filters)),
 
1150
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(subscription_change)),
 
1151
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(pull)),
 
1152
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(try_pull)),
 
1153
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(disconnect_pull_supplier)),
 
1154
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(connect_pull_consumer)),
 
1155
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(callSeq)),
 
1156
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(callAny)),
 
1157
    ?match(undefined, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_tc(undefined)),
 
1158
    ?match([_|_], 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_get_interface()),
 
1159
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ProxyPullSupplier:1.0", 
 
1160
           'CosNotifyChannelAdmin_ProxyPullSupplier':typeID()),
 
1161
    check_tc('CosNotifyChannelAdmin_ProxyPullSupplier':oe_get_interface()),
 
1162
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_is_a('CosNotifyChannelAdmin_ProxyPullSupplier':typeID())),
 
1163
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_is_a('CosNotifyChannelAdmin_ProxySupplier':typeID())),
 
1164
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1165
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1166
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_is_a('CosNotifyComm_PullSupplier':typeID())),
 
1167
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
1168
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_is_a('CosEventComm_PullSupplier':typeID())),
 
1169
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_is_a('CosEventChannelAdmin_ProxyPullSupplier':typeID())),
 
1170
    ?match(true, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_is_a('oe_CosNotificationComm_Event':typeID())),
 
1171
    ?match(false, 'CosNotifyChannelAdmin_ProxyPullSupplier':oe_is_a("wrong")),
 
1172
    ok.
 
1173
 
 
1174
%%-----------------------------------------------------------------
 
1175
%% Test Case: 'CosNotifyChannelAdmin_ProxyPushConsumer'
 
1176
%% Description: 
 
1177
%%-----------------------------------------------------------------
 
1178
'CosNotifyChannelAdmin_ProxyPushConsumer'(doc) -> ["CosNotifyChannelAdmin_ProxyPushConsumer"];
 
1179
'CosNotifyChannelAdmin_ProxyPushConsumer'(suite) -> [];
 
1180
'CosNotifyChannelAdmin_ProxyPushConsumer'(_) ->
 
1181
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(connect_any_push_supplier)),
 
1182
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc('_get_MyType')),
 
1183
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc('_get_MyAdmin')),
 
1184
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(obtain_subscription_types)),
 
1185
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(validate_event_qos)),
 
1186
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(get_qos)),
 
1187
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(set_qos)),
 
1188
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(validate_qos)),
 
1189
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(add_filter)),
 
1190
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(remove_filter)),
 
1191
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(get_filter)),
 
1192
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(get_all_filters)),
 
1193
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(remove_all_filters)),
 
1194
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(offer_change)),
 
1195
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(push)),
 
1196
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(disconnect_push_consumer)),
 
1197
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(connect_push_supplier)),
 
1198
    ?match(undefined, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_tc(undefined)),
 
1199
    ?match([_|_], 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_get_interface()),
 
1200
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ProxyPushConsumer:1.0", 
 
1201
           'CosNotifyChannelAdmin_ProxyPushConsumer':typeID()),
 
1202
    check_tc('CosNotifyChannelAdmin_ProxyPushConsumer':oe_get_interface()),
 
1203
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_is_a('CosNotifyChannelAdmin_ProxyPushConsumer':typeID())),
 
1204
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_is_a('CosNotifyChannelAdmin_ProxyConsumer':typeID())),
 
1205
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1206
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1207
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_is_a('CosNotifyComm_PushConsumer':typeID())),
 
1208
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
1209
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_is_a('CosEventComm_PushConsumer':typeID())),
 
1210
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_is_a('CosEventChannelAdmin_ProxyPushConsumer':typeID())),
 
1211
    ?match(false, 'CosNotifyChannelAdmin_ProxyPushConsumer':oe_is_a("wrong")),
 
1212
    ok.
 
1213
 
 
1214
%%-----------------------------------------------------------------
 
1215
%% Test Case: 'CosNotifyChannelAdmin_ProxyPushSupplier'
 
1216
%% Description: 
 
1217
%%-----------------------------------------------------------------
 
1218
'CosNotifyChannelAdmin_ProxyPushSupplier'(doc) -> ["CosNotifyChannelAdmin_ProxyPushSupplier"];
 
1219
'CosNotifyChannelAdmin_ProxyPushSupplier'(suite) -> [];
 
1220
'CosNotifyChannelAdmin_ProxyPushSupplier'(_) ->
 
1221
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(connect_any_push_consumer)),
 
1222
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(suspend_connection)),
 
1223
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(resume_connection)),
 
1224
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc('_get_MyType')),
 
1225
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc('_get_MyAdmin')),
 
1226
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc('_get_priority_filter')),
 
1227
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc('_set_priority_filter')),
 
1228
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc('_get_lifetime_filter')),
 
1229
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc('_set_lifetime_filter')),
 
1230
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(obtain_offered_types)),
 
1231
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(validate_event_qos)),
 
1232
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(get_qos)),
 
1233
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(set_qos)),
 
1234
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(validate_qos)),
 
1235
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(add_filter)),
 
1236
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(remove_filter)),
 
1237
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(get_filter)),
 
1238
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(get_all_filters)),
 
1239
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(remove_all_filters)),
 
1240
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(subscription_change)),
 
1241
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(disconnect_push_supplier)),
 
1242
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(connect_push_consumer)),
 
1243
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(callSeq)),
 
1244
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(callAny)),
 
1245
    ?match(undefined, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_tc(undefined)),
 
1246
    ?match([_|_], 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_get_interface()),
 
1247
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ProxyPushSupplier:1.0", 
 
1248
           'CosNotifyChannelAdmin_ProxyPushSupplier':typeID()),
 
1249
    check_tc('CosNotifyChannelAdmin_ProxyPushSupplier':oe_get_interface()),
 
1250
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_is_a('CosNotifyChannelAdmin_ProxyPushSupplier':typeID())),
 
1251
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_is_a('CosNotifyChannelAdmin_ProxySupplier':typeID())),
 
1252
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1253
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1254
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_is_a('CosNotifyComm_PushSupplier':typeID())),
 
1255
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
1256
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_is_a('CosEventComm_PushSupplier':typeID())),
 
1257
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_is_a('CosEventChannelAdmin_ProxyPushSupplier':typeID())),
 
1258
    ?match(true, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_is_a('oe_CosNotificationComm_Event':typeID())),
 
1259
    ?match(false, 'CosNotifyChannelAdmin_ProxyPushSupplier':oe_is_a("wrong")),
 
1260
    ok.
 
1261
 
 
1262
%%-----------------------------------------------------------------
 
1263
%% Test Case: 'CosNotifyChannelAdmin_ProxySupplier'
 
1264
%% Description: 
 
1265
%%-----------------------------------------------------------------
 
1266
'CosNotifyChannelAdmin_ProxySupplier'(doc) -> ["CosNotifyChannelAdmin_ProxySupplier"];
 
1267
'CosNotifyChannelAdmin_ProxySupplier'(suite) -> [];
 
1268
'CosNotifyChannelAdmin_ProxySupplier'(_) ->
 
1269
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc('_get_MyType')),
 
1270
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc('_get_MyAdmin')),
 
1271
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc('_get_priority_filter')),
 
1272
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc('_set_priority_filter')),
 
1273
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc('_get_lifetime_filter')),
 
1274
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc('_set_lifetime_filter')),
 
1275
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc(obtain_offered_types)),
 
1276
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc(validate_event_qos)),
 
1277
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc(get_qos)),
 
1278
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc(set_qos)),
 
1279
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc(validate_qos)),
 
1280
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc(add_filter)),
 
1281
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc(remove_filter)),
 
1282
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc(get_filter)),
 
1283
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc(get_all_filters)),
 
1284
    ?nomatch(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc(remove_all_filters)),
 
1285
    ?match(undefined, 'CosNotifyChannelAdmin_ProxySupplier':oe_tc(undefined)),
 
1286
    ?match([_|_], 'CosNotifyChannelAdmin_ProxySupplier':oe_get_interface()),
 
1287
    ?match("IDL:omg.org/CosNotifyChannelAdmin/ProxySupplier:1.0", 
 
1288
           'CosNotifyChannelAdmin_ProxySupplier':typeID()),
 
1289
    check_tc('CosNotifyChannelAdmin_ProxySupplier':oe_get_interface()),
 
1290
    ?match(true, 'CosNotifyChannelAdmin_ProxySupplier':oe_is_a('CosNotifyChannelAdmin_ProxySupplier':typeID())),
 
1291
    ?match(true, 'CosNotifyChannelAdmin_ProxySupplier':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1292
    ?match(true, 'CosNotifyChannelAdmin_ProxySupplier':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1293
    ?match(false, 'CosNotifyChannelAdmin_ProxySupplier':oe_is_a("wrong")),
 
1294
    ok.
 
1295
 
 
1296
 
 
1297
%%-----------------------------------------------------------------
 
1298
%% Test Case: 'CosNotifyChannelAdmin_SequenceProxyPullConsumer'
 
1299
%% Description: 
 
1300
%%-----------------------------------------------------------------
 
1301
'CosNotifyChannelAdmin_SequenceProxyPullConsumer'(doc) -> ["CosNotifyChannelAdmin_SequenceProxyPullConsumer"];
 
1302
'CosNotifyChannelAdmin_SequenceProxyPullConsumer'(suite) -> [];
 
1303
'CosNotifyChannelAdmin_SequenceProxyPullConsumer'(_) ->
 
1304
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(connect_sequence_pull_supplier)),
 
1305
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(suspend_connection)),
 
1306
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(resume_connection)),
 
1307
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc('_get_MyType')),
 
1308
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc('_get_MyAdmin')),
 
1309
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(obtain_subscription_types)),
 
1310
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(validate_event_qos)),
 
1311
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(get_qos)),
 
1312
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(set_qos)),
 
1313
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(validate_qos)),
 
1314
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(add_filter)),
 
1315
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(remove_filter)),
 
1316
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(get_filter)),
 
1317
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(get_all_filters)),
 
1318
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(remove_all_filters)),
 
1319
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(disconnect_sequence_pull_consumer)),
 
1320
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(offer_change)),
 
1321
    ?match(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_tc(undefined)),
 
1322
    ?match([_|_], 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_get_interface()),
 
1323
    ?match("IDL:omg.org/CosNotifyChannelAdmin/SequenceProxyPullConsumer:1.0", 
 
1324
           'CosNotifyChannelAdmin_SequenceProxyPullConsumer':typeID()),
 
1325
    check_tc('CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_get_interface()),
 
1326
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_is_a('CosNotifyChannelAdmin_SequenceProxyPullConsumer':typeID())),
 
1327
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_is_a('CosNotifyChannelAdmin_ProxyConsumer':typeID())),
 
1328
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1329
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1330
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_is_a('CosNotifyComm_SequencePullConsumer':typeID())),
 
1331
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
1332
    ?match(false, 'CosNotifyChannelAdmin_SequenceProxyPullConsumer':oe_is_a("wrong")),
 
1333
    ok.
 
1334
 
 
1335
 
 
1336
%%-----------------------------------------------------------------
 
1337
%% Test Case: 'CosNotifyChannelAdmin_SequenceProxyPullSupplier'
 
1338
%% Description: 
 
1339
%%-----------------------------------------------------------------
 
1340
'CosNotifyChannelAdmin_SequenceProxyPullSupplier'(doc) -> ["CosNotifyChannelAdmin_SequenceProxyPullSupplier"];
 
1341
'CosNotifyChannelAdmin_SequenceProxyPullSupplier'(suite) -> [];
 
1342
'CosNotifyChannelAdmin_SequenceProxyPullSupplier'(_) ->
 
1343
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(connect_sequence_pull_consumer)),
 
1344
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc('_get_MyType')),
 
1345
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc('_get_MyAdmin')),
 
1346
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc('_get_priority_filter')),
 
1347
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc('_set_priority_filter')),
 
1348
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc('_get_lifetime_filter')),
 
1349
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc('_set_lifetime_filter')),
 
1350
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(obtain_offered_types)),
 
1351
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(validate_event_qos)),
 
1352
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(get_qos)),
 
1353
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(set_qos)),
 
1354
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(validate_qos)),
 
1355
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(add_filter)),
 
1356
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(remove_filter)),
 
1357
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(get_filter)),
 
1358
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(get_all_filters)),
 
1359
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(remove_all_filters)),
 
1360
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(pull_structured_events)),
 
1361
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(try_pull_structured_events)),
 
1362
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(disconnect_sequence_pull_supplier)),
 
1363
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(subscription_change)),
 
1364
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(callSeq)),
 
1365
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(callAny)),
 
1366
    ?match(undefined, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_tc(undefined)),
 
1367
    ?match([_|_], 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_get_interface()),
 
1368
    ?match("IDL:omg.org/CosNotifyChannelAdmin/SequenceProxyPullSupplier:1.0", 
 
1369
           'CosNotifyChannelAdmin_SequenceProxyPullSupplier':typeID()),
 
1370
    check_tc('CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_get_interface()),
 
1371
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_is_a('CosNotifyChannelAdmin_SequenceProxyPullSupplier':typeID())),
 
1372
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_is_a('CosNotifyChannelAdmin_ProxySupplier':typeID())),
 
1373
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1374
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1375
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_is_a('CosNotifyComm_SequencePullSupplier':typeID())),
 
1376
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
1377
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_is_a('oe_CosNotificationComm_Event':typeID())),
 
1378
    ?match(false, 'CosNotifyChannelAdmin_SequenceProxyPullSupplier':oe_is_a("wrong")),
 
1379
    ok.
 
1380
 
 
1381
 
 
1382
%%-----------------------------------------------------------------
 
1383
%% Test Case: 'CosNotifyChannelAdmin_SequenceProxyPushConsumer'
 
1384
%% Description: 
 
1385
%%-----------------------------------------------------------------
 
1386
'CosNotifyChannelAdmin_SequenceProxyPushConsumer'(doc) -> ["CosNotifyChannelAdmin_SequenceProxyPushConsumer"];
 
1387
'CosNotifyChannelAdmin_SequenceProxyPushConsumer'(suite) -> [];
 
1388
'CosNotifyChannelAdmin_SequenceProxyPushConsumer'(_) ->
 
1389
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(connect_sequence_push_supplier)),
 
1390
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc('_get_MyType')),
 
1391
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc('_get_MyAdmin')),
 
1392
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(obtain_subscription_types)),
 
1393
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(validate_event_qos)),
 
1394
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(get_qos)),
 
1395
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(set_qos)),
 
1396
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(validate_qos)),
 
1397
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(add_filter)),
 
1398
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(remove_filter)),
 
1399
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(get_filter)),
 
1400
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(get_all_filters)),
 
1401
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(remove_all_filters)),
 
1402
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(push_structured_events)),
 
1403
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(disconnect_sequence_push_consumer)),
 
1404
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(offer_change)),
 
1405
    ?match(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_tc(undefined)),
 
1406
    ?match([_|_], 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_get_interface()),
 
1407
    ?match("IDL:omg.org/CosNotifyChannelAdmin/SequenceProxyPushConsumer:1.0", 
 
1408
           'CosNotifyChannelAdmin_SequenceProxyPushConsumer':typeID()),
 
1409
    check_tc('CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_get_interface()),
 
1410
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_is_a('CosNotifyChannelAdmin_SequenceProxyPushConsumer':typeID())),
 
1411
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_is_a('CosNotifyChannelAdmin_ProxyConsumer':typeID())),
 
1412
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1413
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1414
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_is_a('CosNotifyComm_SequencePushConsumer':typeID())),
 
1415
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
1416
    ?match(false, 'CosNotifyChannelAdmin_SequenceProxyPushConsumer':oe_is_a("wrong")),
 
1417
    ok.
 
1418
 
 
1419
 
 
1420
%%-----------------------------------------------------------------
 
1421
%% Test Case: 'CosNotifyChannelAdmin_SequenceProxyPushSupplier'
 
1422
%% Description: 
 
1423
%%-----------------------------------------------------------------
 
1424
'CosNotifyChannelAdmin_SequenceProxyPushSupplier'(doc) -> ["CosNotifyChannelAdmin_SequenceProxyPushSupplier"];
 
1425
'CosNotifyChannelAdmin_SequenceProxyPushSupplier'(suite) -> [];
 
1426
'CosNotifyChannelAdmin_SequenceProxyPushSupplier'(_) ->
 
1427
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(connect_sequence_push_consumer)),
 
1428
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(suspend_connection)),
 
1429
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(resume_connection)),
 
1430
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc('_get_MyType')),
 
1431
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc('_get_MyAdmin')),
 
1432
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc('_get_priority_filter')),
 
1433
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc('_set_priority_filter')),
 
1434
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc('_get_lifetime_filter')),
 
1435
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc('_set_lifetime_filter')),
 
1436
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(obtain_offered_types)),
 
1437
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(validate_event_qos)),
 
1438
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(get_qos)),
 
1439
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(set_qos)),
 
1440
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(validate_qos)),
 
1441
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(add_filter)),
 
1442
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(remove_filter)),
 
1443
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(get_filter)),
 
1444
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(get_all_filters)),
 
1445
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(remove_all_filters)),
 
1446
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(disconnect_sequence_push_supplier)),
 
1447
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(subscription_change)),
 
1448
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(callSeq)),
 
1449
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(callAny)),
 
1450
    ?match(undefined, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_tc(undefined)),
 
1451
    ?match([_|_], 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_get_interface()),
 
1452
    ?match("IDL:omg.org/CosNotifyChannelAdmin/SequenceProxyPushSupplier:1.0", 
 
1453
           'CosNotifyChannelAdmin_SequenceProxyPushSupplier':typeID()),
 
1454
    check_tc('CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_get_interface()),
 
1455
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_is_a('CosNotifyChannelAdmin_SequenceProxyPushSupplier':typeID())),
 
1456
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_is_a('CosNotifyChannelAdmin_ProxySupplier':typeID())),
 
1457
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1458
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1459
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_is_a('CosNotifyComm_SequencePushSupplier':typeID())),
 
1460
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
1461
    ?match(true, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_is_a('oe_CosNotificationComm_Event':typeID())),
 
1462
    ?match(false, 'CosNotifyChannelAdmin_SequenceProxyPushSupplier':oe_is_a("wrong")),
 
1463
    ok.
 
1464
 
 
1465
 
 
1466
%%-----------------------------------------------------------------
 
1467
%% Test Case: 'CosNotifyChannelAdmin_StructuredProxyPullConsumer'
 
1468
%% Description: 
 
1469
%%-----------------------------------------------------------------
 
1470
'CosNotifyChannelAdmin_StructuredProxyPullConsumer'(doc) -> ["CosNotifyChannelAdmin_StructuredProxyPullConsumer"];
 
1471
'CosNotifyChannelAdmin_StructuredProxyPullConsumer'(suite) -> [];
 
1472
'CosNotifyChannelAdmin_StructuredProxyPullConsumer'(_) ->
 
1473
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(connect_structured_pull_supplier)),
 
1474
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(suspend_connection)),
 
1475
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(resume_connection)),
 
1476
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc('_get_MyType')),
 
1477
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc('_get_MyAdmin')),
 
1478
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(obtain_subscription_types)),
 
1479
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(validate_event_qos)),
 
1480
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(get_qos)),
 
1481
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(set_qos)),
 
1482
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(validate_qos)),
 
1483
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(add_filter)),
 
1484
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(remove_filter)),
 
1485
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(get_filter)),
 
1486
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(get_all_filters)),
 
1487
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(remove_all_filters)),
 
1488
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(disconnect_structured_pull_consumer)),
 
1489
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(offer_change)),
 
1490
    ?match(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_tc(undefined)),
 
1491
    ?match([_|_], 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_get_interface()),
 
1492
    ?match("IDL:omg.org/CosNotifyChannelAdmin/StructuredProxyPullConsumer:1.0", 
 
1493
           'CosNotifyChannelAdmin_StructuredProxyPullConsumer':typeID()),
 
1494
    check_tc('CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_get_interface()),
 
1495
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_is_a('CosNotifyChannelAdmin_StructuredProxyPullConsumer':typeID())),
 
1496
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_is_a('CosNotifyChannelAdmin_ProxyConsumer':typeID())),
 
1497
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1498
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1499
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_is_a('CosNotifyComm_StructuredPullConsumer':typeID())),
 
1500
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
1501
    ?match(false, 'CosNotifyChannelAdmin_StructuredProxyPullConsumer':oe_is_a("wrong")),
 
1502
    ok.
 
1503
 
 
1504
 
 
1505
%%-----------------------------------------------------------------
 
1506
%% Test Case: 'CosNotifyChannelAdmin_StructuredProxyPullSupplier'
 
1507
%% Description: 
 
1508
%%-----------------------------------------------------------------
 
1509
'CosNotifyChannelAdmin_StructuredProxyPullSupplier'(doc) -> ["CosNotifyChannelAdmin_StructuredProxyPullSupplier"];
 
1510
'CosNotifyChannelAdmin_StructuredProxyPullSupplier'(suite) -> [];
 
1511
'CosNotifyChannelAdmin_StructuredProxyPullSupplier'(_) ->
 
1512
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(connect_structured_pull_consumer)),
 
1513
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc('_get_MyType')),
 
1514
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc('_get_MyAdmin')),
 
1515
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc('_get_priority_filter')),
 
1516
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc('_set_priority_filter')),
 
1517
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc('_get_lifetime_filter')),
 
1518
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc('_set_lifetime_filter')),
 
1519
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(obtain_offered_types)),
 
1520
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(validate_event_qos)),
 
1521
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(get_qos)),
 
1522
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(set_qos)),
 
1523
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(validate_qos)),
 
1524
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(add_filter)),
 
1525
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(remove_filter)),
 
1526
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(get_filter)),
 
1527
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(get_all_filters)),
 
1528
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(remove_all_filters)),
 
1529
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(pull_structured_event)),
 
1530
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(try_pull_structured_event)),
 
1531
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(disconnect_structured_pull_supplier)),
 
1532
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(subscription_change)),
 
1533
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(callSeq)),
 
1534
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(callAny)),
 
1535
    ?match(undefined, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_tc(undefined)),
 
1536
    ?match([_|_], 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_get_interface()),
 
1537
    ?match("IDL:omg.org/CosNotifyChannelAdmin/StructuredProxyPullSupplier:1.0", 
 
1538
           'CosNotifyChannelAdmin_StructuredProxyPullSupplier':typeID()),
 
1539
    check_tc('CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_get_interface()),
 
1540
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_is_a('CosNotifyChannelAdmin_StructuredProxyPullSupplier':typeID())),
 
1541
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_is_a('CosNotifyChannelAdmin_ProxySupplier':typeID())),
 
1542
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1543
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1544
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_is_a('CosNotifyComm_StructuredPullSupplier':typeID())),
 
1545
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
1546
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_is_a('oe_CosNotificationComm_Event':typeID())),
 
1547
    ?match(false, 'CosNotifyChannelAdmin_StructuredProxyPullSupplier':oe_is_a("wrong")),
 
1548
    ok.
 
1549
 
 
1550
 
 
1551
%%-----------------------------------------------------------------
 
1552
%% Test Case: 'CosNotifyChannelAdmin_StructuredProxyPushConsumer'
 
1553
%% Description: 
 
1554
%%-----------------------------------------------------------------
 
1555
'CosNotifyChannelAdmin_StructuredProxyPushConsumer'(doc) -> ["CosNotifyChannelAdmin_StructuredProxyPushConsumer"];
 
1556
'CosNotifyChannelAdmin_StructuredProxyPushConsumer'(suite) -> [];
 
1557
'CosNotifyChannelAdmin_StructuredProxyPushConsumer'(_) ->
 
1558
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(connect_structured_push_supplier)),
 
1559
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc('_get_MyType')),
 
1560
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc('_get_MyAdmin')),
 
1561
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(obtain_subscription_types)),
 
1562
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(validate_event_qos)),
 
1563
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(get_qos)),
 
1564
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(set_qos)),
 
1565
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(validate_qos)),
 
1566
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(add_filter)),
 
1567
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(remove_filter)),
 
1568
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(get_filter)),
 
1569
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(get_all_filters)),
 
1570
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(remove_all_filters)),
 
1571
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(push_structured_event)),
 
1572
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(disconnect_structured_push_consumer)),
 
1573
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(offer_change)),
 
1574
    ?match(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_tc(undefined)),
 
1575
    ?match([_|_], 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_get_interface()),
 
1576
    ?match("IDL:omg.org/CosNotifyChannelAdmin/StructuredProxyPushConsumer:1.0", 
 
1577
           'CosNotifyChannelAdmin_StructuredProxyPushConsumer':typeID()),
 
1578
    check_tc('CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_get_interface()),
 
1579
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_is_a('CosNotifyChannelAdmin_StructuredProxyPushConsumer':typeID())),
 
1580
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_is_a('CosNotifyChannelAdmin_ProxyConsumer':typeID())),
 
1581
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1582
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1583
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_is_a('CosNotifyComm_StructuredPushConsumer':typeID())),
 
1584
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
1585
    ?match(false, 'CosNotifyChannelAdmin_StructuredProxyPushConsumer':oe_is_a("wrong")),
 
1586
    ok.
 
1587
 
 
1588
 
 
1589
%%-----------------------------------------------------------------
 
1590
%% Test Case: 'CosNotifyChannelAdmin_StructuredProxyPushSupplier'
 
1591
%% Description: 
 
1592
%%-----------------------------------------------------------------
 
1593
'CosNotifyChannelAdmin_StructuredProxyPushSupplier'(doc) -> ["CosNotifyChannelAdmin_StructuredProxyPushSupplier"];
 
1594
'CosNotifyChannelAdmin_StructuredProxyPushSupplier'(suite) -> [];
 
1595
'CosNotifyChannelAdmin_StructuredProxyPushSupplier'(_) ->
 
1596
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(connect_structured_push_consumer)),
 
1597
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(suspend_connection)),
 
1598
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(resume_connection)),
 
1599
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc('_get_MyType')),
 
1600
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc('_get_MyAdmin')),
 
1601
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc('_get_priority_filter')),
 
1602
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc('_set_priority_filter')),
 
1603
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc('_get_lifetime_filter')),
 
1604
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc('_set_lifetime_filter')),
 
1605
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(obtain_offered_types)),
 
1606
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(validate_event_qos)),
 
1607
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(get_qos)),
 
1608
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(set_qos)),
 
1609
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(validate_qos)),
 
1610
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(add_filter)),
 
1611
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(remove_filter)),
 
1612
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(get_filter)),
 
1613
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(get_all_filters)),
 
1614
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(remove_all_filters)),
 
1615
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(disconnect_structured_push_supplier)),
 
1616
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(subscription_change)),
 
1617
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(callSeq)),
 
1618
    ?nomatch(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(callAny)),
 
1619
    ?match(undefined, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_tc(undefined)),
 
1620
    ?match([_|_], 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_get_interface()),
 
1621
    ?match("IDL:omg.org/CosNotifyChannelAdmin/StructuredProxyPushSupplier:1.0", 
 
1622
           'CosNotifyChannelAdmin_StructuredProxyPushSupplier':typeID()),
 
1623
    check_tc('CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_get_interface()),
 
1624
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_is_a('CosNotifyChannelAdmin_StructuredProxyPushSupplier':typeID())),
 
1625
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_is_a('CosNotifyChannelAdmin_ProxySupplier':typeID())),
 
1626
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1627
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1628
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_is_a('CosNotifyComm_StructuredPushSupplier':typeID())),
 
1629
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
1630
    ?match(true, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_is_a('oe_CosNotificationComm_Event':typeID())),
 
1631
    ?match(false, 'CosNotifyChannelAdmin_StructuredProxyPushSupplier':oe_is_a("wrong")),
 
1632
    ok.
 
1633
 
 
1634
 
 
1635
%%-----------------------------------------------------------------
 
1636
%% Test Case: 'CosNotifyChannelAdmin_SupplierAdmin'
 
1637
%% Description: 
 
1638
%%-----------------------------------------------------------------
 
1639
'CosNotifyChannelAdmin_SupplierAdmin'(doc) -> ["CosNotifyChannelAdmin_SupplierAdmin"];
 
1640
'CosNotifyChannelAdmin_SupplierAdmin'(suite) -> [];
 
1641
'CosNotifyChannelAdmin_SupplierAdmin'(_) ->
 
1642
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc('_get_MyID')),
 
1643
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc('_get_MyChannel')),
 
1644
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc('_get_MyOperator')),
 
1645
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc('_get_pull_consumers')),
 
1646
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc('_get_push_consumers')),
 
1647
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(get_proxy_consumer)),
 
1648
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(obtain_notification_pull_consumer)),
 
1649
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(obtain_notification_push_consumer)),
 
1650
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(destroy)),
 
1651
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(get_qos)),
 
1652
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(set_qos)),
 
1653
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(validate_qos)),
 
1654
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(offer_change)),
 
1655
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(add_filter)),
 
1656
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(remove_filter)),
 
1657
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(get_filter)),
 
1658
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(get_all_filters)),
 
1659
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(remove_all_filters)),
 
1660
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(obtain_push_consumer)),
 
1661
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(obtain_pull_consumer)),
 
1662
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(callSeq)),
 
1663
    ?nomatch(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(callAny)),
 
1664
    ?match(undefined, 'CosNotifyChannelAdmin_SupplierAdmin':oe_tc(undefined)),
 
1665
    ?match([_|_], 'CosNotifyChannelAdmin_SupplierAdmin':oe_get_interface()),
 
1666
    ?match("IDL:omg.org/CosNotifyChannelAdmin/SupplierAdmin:1.0", 
 
1667
           'CosNotifyChannelAdmin_SupplierAdmin':typeID()),
 
1668
    check_tc('CosNotifyChannelAdmin_SupplierAdmin':oe_get_interface()),
 
1669
    ?match(true, 'CosNotifyChannelAdmin_SupplierAdmin':oe_is_a('CosNotifyChannelAdmin_SupplierAdmin':typeID())),
 
1670
    ?match(true, 'CosNotifyChannelAdmin_SupplierAdmin':oe_is_a('CosNotification_QoSAdmin':typeID())),
 
1671
    ?match(true, 'CosNotifyChannelAdmin_SupplierAdmin':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
1672
    ?match(true, 'CosNotifyChannelAdmin_SupplierAdmin':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1673
    ?match(true, 'CosNotifyChannelAdmin_SupplierAdmin':oe_is_a('CosEventChannelAdmin_SupplierAdmin':typeID())),
 
1674
    ?match(true, 'CosNotifyChannelAdmin_SupplierAdmin':oe_is_a('oe_CosNotificationComm_Event':typeID())),
 
1675
    ?match(false, 'CosNotifyChannelAdmin_SupplierAdmin':oe_is_a("wrong")),
 
1676
    ok.
 
1677
 
 
1678
 
 
1679
%%-----------------------------------------------------------------
 
1680
%% Test Case: 'CosNotifyFilter_Filter'
 
1681
%% Description: 
 
1682
%%-----------------------------------------------------------------
 
1683
'CosNotifyFilter_Filter'(doc) -> ["CosNotifyFilter_Filter"];
 
1684
'CosNotifyFilter_Filter'(suite) -> [];
 
1685
'CosNotifyFilter_Filter'(_) ->
 
1686
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc('_get_constraint_grammar')),
 
1687
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc(add_constraints)),
 
1688
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc(modify_constraints)),
 
1689
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc(get_constraints)),
 
1690
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc(get_all_constraints)),
 
1691
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc(remove_all_constraints)),
 
1692
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc(destroy)),
 
1693
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc(match)),
 
1694
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc(match_structured)),
 
1695
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc(match_typed)),
 
1696
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc(attach_callback)),
 
1697
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc(detach_callback)),
 
1698
    ?nomatch(undefined, 'CosNotifyFilter_Filter':oe_tc(get_callbacks)),
 
1699
    ?match(undefined, 'CosNotifyFilter_Filter':oe_tc(undefined)),
 
1700
    ?match([_|_], 'CosNotifyFilter_Filter':oe_get_interface()),
 
1701
    ?match("IDL:omg.org/CosNotifyFilter/Filter:1.0", 
 
1702
           'CosNotifyFilter_Filter':typeID()),
 
1703
    check_tc('CosNotifyFilter_Filter':oe_get_interface()),
 
1704
    ?match(true, 'CosNotifyFilter_Filter':oe_is_a('CosNotifyFilter_Filter':typeID())),
 
1705
    ?match(false, 'CosNotifyFilter_Filter':oe_is_a("wrong")),
 
1706
    ok.
 
1707
 
 
1708
 
 
1709
%%-----------------------------------------------------------------
 
1710
%% Test Case: 'CosNotifyFilter_FilterAdmin'
 
1711
%% Description: 
 
1712
%%-----------------------------------------------------------------
 
1713
'CosNotifyFilter_FilterAdmin'(doc) -> ["CosNotifyFilter_FilterAdmin"];
 
1714
'CosNotifyFilter_FilterAdmin'(suite) -> [];
 
1715
'CosNotifyFilter_FilterAdmin'(_) ->
 
1716
    ?nomatch(undefined, 'CosNotifyFilter_FilterAdmin':oe_tc(add_filter)),
 
1717
    ?nomatch(undefined, 'CosNotifyFilter_FilterAdmin':oe_tc(remove_filter)),
 
1718
    ?nomatch(undefined, 'CosNotifyFilter_FilterAdmin':oe_tc(get_filter)),
 
1719
    ?nomatch(undefined, 'CosNotifyFilter_FilterAdmin':oe_tc(get_all_filters)),
 
1720
    ?nomatch(undefined, 'CosNotifyFilter_FilterAdmin':oe_tc(remove_all_filters)),
 
1721
    ?match(undefined, 'CosNotifyFilter_FilterAdmin':oe_tc(undefined)),
 
1722
    ?match([_|_], 'CosNotifyFilter_FilterAdmin':oe_get_interface()),
 
1723
    ?match("IDL:omg.org/CosNotifyFilter/FilterAdmin:1.0", 
 
1724
           'CosNotifyFilter_FilterAdmin':typeID()),
 
1725
    check_tc('CosNotifyFilter_FilterAdmin':oe_get_interface()),
 
1726
    ?match(true, 'CosNotifyFilter_FilterAdmin':oe_is_a('CosNotifyFilter_FilterAdmin':typeID())),
 
1727
    ?match(false, 'CosNotifyFilter_FilterAdmin':oe_is_a("wrong")),
 
1728
    ok.
 
1729
 
 
1730
 
 
1731
%%-----------------------------------------------------------------
 
1732
%% Test Case: 'CosNotifyFilter_FilterFactory'
 
1733
%% Description: 
 
1734
%%-----------------------------------------------------------------
 
1735
'CosNotifyFilter_FilterFactory'(doc) -> ["CosNotifyFilter_FilterFactory"];
 
1736
'CosNotifyFilter_FilterFactory'(suite) -> [];
 
1737
'CosNotifyFilter_FilterFactory'(_) ->
 
1738
    ?nomatch(undefined, 'CosNotifyFilter_FilterFactory':oe_tc(create_filter)),
 
1739
    ?nomatch(undefined, 'CosNotifyFilter_FilterFactory':oe_tc(create_mapping_filter)),
 
1740
    ?match(undefined, 'CosNotifyFilter_FilterFactory':oe_tc(undefined)),
 
1741
    ?match([_|_], 'CosNotifyFilter_FilterFactory':oe_get_interface()),
 
1742
    ?match("IDL:omg.org/CosNotifyFilter/FilterFactory:1.0", 
 
1743
           'CosNotifyFilter_FilterFactory':typeID()),
 
1744
    check_tc('CosNotifyFilter_FilterFactory':oe_get_interface()),
 
1745
    ?match(true, 'CosNotifyFilter_FilterFactory':oe_is_a('CosNotifyFilter_FilterFactory':typeID())),
 
1746
    ?match(false, 'CosNotifyFilter_FilterFactory':oe_is_a("wrong")),
 
1747
    ok.
 
1748
 
 
1749
 
 
1750
%%-----------------------------------------------------------------
 
1751
%% Test Case: 'CosNotifyFilter_MappingFilter'
 
1752
%% Description: 
 
1753
%%-----------------------------------------------------------------
 
1754
'CosNotifyFilter_MappingFilter'(doc) -> ["CosNotifyFilter_MappingFilter"];
 
1755
'CosNotifyFilter_MappingFilter'(suite) -> [];
 
1756
'CosNotifyFilter_MappingFilter'(_) ->
 
1757
    ?nomatch(undefined, 'CosNotifyFilter_MappingFilter':oe_tc('_get_constraint_grammar')),
 
1758
    ?nomatch(undefined, 'CosNotifyFilter_MappingFilter':oe_tc('_get_value_type')),
 
1759
    ?nomatch(undefined, 'CosNotifyFilter_MappingFilter':oe_tc('_get_default_value')),
 
1760
    ?nomatch(undefined, 'CosNotifyFilter_MappingFilter':oe_tc(add_mapping_constraints)),
 
1761
    ?nomatch(undefined, 'CosNotifyFilter_MappingFilter':oe_tc(modify_mapping_constraints)),
 
1762
    ?nomatch(undefined, 'CosNotifyFilter_MappingFilter':oe_tc(get_mapping_constraints)),
 
1763
    ?nomatch(undefined, 'CosNotifyFilter_MappingFilter':oe_tc(get_all_mapping_constraints)),
 
1764
    ?nomatch(undefined, 'CosNotifyFilter_MappingFilter':oe_tc(remove_all_mapping_constraints)),
 
1765
    ?nomatch(undefined, 'CosNotifyFilter_MappingFilter':oe_tc(destroy)),
 
1766
    ?nomatch(undefined, 'CosNotifyFilter_MappingFilter':oe_tc(match)),
 
1767
    ?nomatch(undefined, 'CosNotifyFilter_MappingFilter':oe_tc(match_structured)),
 
1768
    ?nomatch(undefined, 'CosNotifyFilter_MappingFilter':oe_tc(match_typed)),
 
1769
    ?match(undefined, 'CosNotifyFilter_MappingFilter':oe_tc(undefined)),
 
1770
    ?match([_|_], 'CosNotifyFilter_MappingFilter':oe_get_interface()),
 
1771
    ?match("IDL:omg.org/CosNotifyFilter/MappingFilter:1.0", 
 
1772
           'CosNotifyFilter_MappingFilter':typeID()),
 
1773
    check_tc('CosNotifyFilter_MappingFilter':oe_get_interface()),
 
1774
    ?match(true, 'CosNotifyFilter_MappingFilter':oe_is_a('CosNotifyFilter_MappingFilter':typeID())),
 
1775
    ?match(false, 'CosNotifyFilter_MappingFilter':oe_is_a("wrong")),
 
1776
    ok.
 
1777
 
 
1778
 
 
1779
%%-----------------------------------------------------------------
 
1780
%% Test Case: 'CosNotifyComm_NotifyPublish'
 
1781
%% Description: 
 
1782
%%-----------------------------------------------------------------
 
1783
'CosNotifyComm_NotifyPublish'(doc) -> ["CosNotifyComm_NotifyPublish"];
 
1784
'CosNotifyComm_NotifyPublish'(suite) -> [];
 
1785
'CosNotifyComm_NotifyPublish'(_) ->
 
1786
    ?nomatch(undefined, 'CosNotifyComm_NotifyPublish':oe_tc(offer_change)),
 
1787
    ?match(undefined, 'CosNotifyComm_NotifyPublish':oe_tc(undefined)),
 
1788
    ?match([_|_], 'CosNotifyComm_NotifyPublish':oe_get_interface()),
 
1789
    ?match("IDL:omg.org/CosNotifyComm/NotifyPublish:1.0", 
 
1790
           'CosNotifyComm_NotifyPublish':typeID()),
 
1791
    check_tc('CosNotifyComm_NotifyPublish':oe_get_interface()),
 
1792
    ?match(true, 'CosNotifyComm_NotifyPublish':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
1793
    ?match(false, 'CosNotifyComm_NotifyPublish':oe_is_a("wrong")),
 
1794
    ok.
 
1795
 
 
1796
 
 
1797
%%-----------------------------------------------------------------
 
1798
%% Test Case: 'CosNotifyComm_NotifySubscribe'
 
1799
%% Description: 
 
1800
%%-----------------------------------------------------------------
 
1801
'CosNotifyComm_NotifySubscribe'(doc) -> ["CosNotifyComm_NotifySubscribe"];
 
1802
'CosNotifyComm_NotifySubscribe'(suite) -> [];
 
1803
'CosNotifyComm_NotifySubscribe'(_) ->
 
1804
    ?nomatch(undefined, 'CosNotifyComm_NotifySubscribe':oe_tc(subscription_change)),
 
1805
    ?match(undefined, 'CosNotifyComm_NotifySubscribe':oe_tc(undefined)),
 
1806
    ?match([_|_], 'CosNotifyComm_NotifySubscribe':oe_get_interface()),
 
1807
    ?match("IDL:omg.org/CosNotifyComm/NotifySubscribe:1.0", 
 
1808
           'CosNotifyComm_NotifySubscribe':typeID()),
 
1809
    check_tc('CosNotifyComm_NotifySubscribe':oe_get_interface()),
 
1810
    ?match(true, 'CosNotifyComm_NotifySubscribe':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
1811
    ?match(false, 'CosNotifyComm_NotifySubscribe':oe_is_a("wrong")),
 
1812
    ok.
 
1813
 
 
1814
 
 
1815
%%-----------------------------------------------------------------
 
1816
%% Test Case: 'CosNotifyComm_PullConsumer'
 
1817
%% Description: 
 
1818
%%-----------------------------------------------------------------
 
1819
'CosNotifyComm_PullConsumer'(doc) -> ["CosNotifyComm_PullConsumer"];
 
1820
'CosNotifyComm_PullConsumer'(suite) -> [];
 
1821
'CosNotifyComm_PullConsumer'(_) ->
 
1822
    ?nomatch(undefined, 'CosNotifyComm_PullConsumer':oe_tc(offer_change)),
 
1823
    ?nomatch(undefined, 'CosNotifyComm_PullConsumer':oe_tc(disconnect_pull_consumer)),
 
1824
    ?match(undefined, 'CosNotifyComm_PullConsumer':oe_tc(undefined)),
 
1825
    ?match([_|_], 'CosNotifyComm_PullConsumer':oe_get_interface()),
 
1826
    ?match("IDL:omg.org/CosNotifyComm/PullConsumer:1.0", 
 
1827
           'CosNotifyComm_PullConsumer':typeID()),
 
1828
    check_tc('CosNotifyComm_PullConsumer':oe_get_interface()),
 
1829
    ?match(true, 'CosNotifyComm_PullConsumer':oe_is_a('CosNotifyComm_PullConsumer':typeID())),
 
1830
    ?match(true, 'CosNotifyComm_PullConsumer':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
1831
    ?match(true, 'CosNotifyComm_PullConsumer':oe_is_a('CosEventComm_PullConsumer':typeID())),
 
1832
    ?match(false, 'CosNotifyComm_PullConsumer':oe_is_a("wrong")),
 
1833
    ok.
 
1834
 
 
1835
 
 
1836
%%-----------------------------------------------------------------
 
1837
%% Test Case: 'CosNotifyComm_PullSupplier'
 
1838
%% Description: 
 
1839
%%-----------------------------------------------------------------
 
1840
'CosNotifyComm_PullSupplier'(doc) -> ["CosNotifyComm_PullSupplier"];
 
1841
'CosNotifyComm_PullSupplier'(suite) -> [];
 
1842
'CosNotifyComm_PullSupplier'(_) ->
 
1843
    ?nomatch(undefined, 'CosNotifyComm_PullSupplier':oe_tc(subscription_change)),
 
1844
    ?nomatch(undefined, 'CosNotifyComm_PullSupplier':oe_tc(pull)),
 
1845
    ?nomatch(undefined, 'CosNotifyComm_PullSupplier':oe_tc(try_pull)),
 
1846
    ?nomatch(undefined, 'CosNotifyComm_PullSupplier':oe_tc(disconnect_pull_supplier)),
 
1847
    ?match(undefined, 'CosNotifyComm_PullSupplier':oe_tc(undefined)),
 
1848
    ?match([_|_], 'CosNotifyComm_PullSupplier':oe_get_interface()),
 
1849
    ?match("IDL:omg.org/CosNotifyComm/PullSupplier:1.0", 
 
1850
           'CosNotifyComm_PullSupplier':typeID()),
 
1851
    check_tc('CosNotifyComm_PullSupplier':oe_get_interface()),
 
1852
    ?match(true, 'CosNotifyComm_PullSupplier':oe_is_a('CosNotifyComm_PullSupplier':typeID())),
 
1853
    ?match(true, 'CosNotifyComm_PullSupplier':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
1854
    ?match(true, 'CosNotifyComm_PullSupplier':oe_is_a('CosEventComm_PullSupplier':typeID())),
 
1855
    ?match(false, 'CosNotifyComm_PullSupplier':oe_is_a("wrong")),
 
1856
    ok.
 
1857
 
 
1858
 
 
1859
%%-----------------------------------------------------------------
 
1860
%% Test Case: 'CosNotifyComm_PushConsumer'
 
1861
%% Description: 
 
1862
%%-----------------------------------------------------------------
 
1863
'CosNotifyComm_PushConsumer'(doc) -> ["CosNotifyComm_PushConsumer"];
 
1864
'CosNotifyComm_PushConsumer'(suite) -> [];
 
1865
'CosNotifyComm_PushConsumer'(_) ->
 
1866
    ?nomatch(undefined, 'CosNotifyComm_PushConsumer':oe_tc(offer_change)),
 
1867
    ?nomatch(undefined, 'CosNotifyComm_PushConsumer':oe_tc(push)),
 
1868
    ?nomatch(undefined, 'CosNotifyComm_PushConsumer':oe_tc(disconnect_push_consumer)),
 
1869
    ?match(undefined, 'CosNotifyComm_PushConsumer':oe_tc(undefined)),
 
1870
    ?match([_|_], 'CosNotifyComm_PushConsumer':oe_get_interface()),
 
1871
    ?match("IDL:omg.org/CosNotifyComm/PushConsumer:1.0", 
 
1872
           'CosNotifyComm_PushConsumer':typeID()),
 
1873
    check_tc('CosNotifyComm_PushConsumer':oe_get_interface()),
 
1874
    ?match(true, 'CosNotifyComm_PushConsumer':oe_is_a('CosNotifyComm_PushConsumer':typeID())),
 
1875
    ?match(true, 'CosNotifyComm_PushConsumer':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
1876
    ?match(true, 'CosNotifyComm_PushConsumer':oe_is_a('CosEventComm_PushConsumer':typeID())),
 
1877
    ?match(false, 'CosNotifyComm_PushConsumer':oe_is_a("wrong")),
 
1878
    ok.
 
1879
 
 
1880
 
 
1881
%%-----------------------------------------------------------------
 
1882
%% Test Case: 'CosNotifyComm_PushSupplier'
 
1883
%% Description: 
 
1884
%%-----------------------------------------------------------------
 
1885
'CosNotifyComm_PushSupplier'(doc) -> ["CosNotifyComm_PushSupplier"];
 
1886
'CosNotifyComm_PushSupplier'(suite) -> [];
 
1887
'CosNotifyComm_PushSupplier'(_) ->
 
1888
    ?nomatch(undefined, 'CosNotifyComm_PushSupplier':oe_tc(subscription_change)),
 
1889
    ?nomatch(undefined, 'CosNotifyComm_PushSupplier':oe_tc(disconnect_push_supplier)),
 
1890
    ?match(undefined, 'CosNotifyComm_PushSupplier':oe_tc(undefined)),
 
1891
    ?match([_|_], 'CosNotifyComm_PushSupplier':oe_get_interface()),
 
1892
    ?match("IDL:omg.org/CosNotifyComm/PushSupplier:1.0", 
 
1893
           'CosNotifyComm_PushSupplier':typeID()),
 
1894
    check_tc('CosNotifyComm_PushSupplier':oe_get_interface()),
 
1895
    ?match(true, 'CosNotifyComm_PushSupplier':oe_is_a('CosNotifyComm_PushSupplier':typeID())),
 
1896
    ?match(true, 'CosNotifyComm_PushSupplier':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
1897
    ?match(true, 'CosNotifyComm_PushSupplier':oe_is_a('CosEventComm_PushSupplier':typeID())),
 
1898
    ?match(false, 'CosNotifyComm_PushSupplier':oe_is_a("wrong")),
 
1899
    ok.
 
1900
 
 
1901
 
 
1902
%%-----------------------------------------------------------------
 
1903
%% Test Case: 'CosNotifyComm_SequencePullConsumer'
 
1904
%% Description: 
 
1905
%%-----------------------------------------------------------------
 
1906
'CosNotifyComm_SequencePullConsumer'(doc) -> ["CosNotifyComm_SequencePullConsumer"];
 
1907
'CosNotifyComm_SequencePullConsumer'(suite) -> [];
 
1908
'CosNotifyComm_SequencePullConsumer'(_) ->
 
1909
    ?nomatch(undefined, 'CosNotifyComm_SequencePullConsumer':oe_tc(disconnect_sequence_pull_consumer)),
 
1910
    ?nomatch(undefined, 'CosNotifyComm_SequencePullConsumer':oe_tc(offer_change)),
 
1911
    ?match(undefined, 'CosNotifyComm_SequencePullConsumer':oe_tc(undefined)),
 
1912
    ?match([_|_], 'CosNotifyComm_SequencePullConsumer':oe_get_interface()),
 
1913
    ?match("IDL:omg.org/CosNotifyComm/SequencePullConsumer:1.0", 
 
1914
           'CosNotifyComm_SequencePullConsumer':typeID()),
 
1915
    check_tc('CosNotifyComm_SequencePullConsumer':oe_get_interface()),
 
1916
    ?match(true, 'CosNotifyComm_SequencePullConsumer':oe_is_a('CosNotifyComm_SequencePullConsumer':typeID())),
 
1917
    ?match(true, 'CosNotifyComm_SequencePullConsumer':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
1918
    ?match(false, 'CosNotifyComm_SequencePullConsumer':oe_is_a("wrong")),
 
1919
    ok.
 
1920
 
 
1921
 
 
1922
%%-----------------------------------------------------------------
 
1923
%% Test Case: 'CosNotifyComm_SequencePullSupplier'
 
1924
%% Description: 
 
1925
%%-----------------------------------------------------------------
 
1926
'CosNotifyComm_SequencePullSupplier'(doc) -> ["CosNotifyComm_SequencePullSupplier"];
 
1927
'CosNotifyComm_SequencePullSupplier'(suite) -> [];
 
1928
'CosNotifyComm_SequencePullSupplier'(_) ->
 
1929
    ?nomatch(undefined, 'CosNotifyComm_SequencePullSupplier':oe_tc(pull_structured_events)),
 
1930
    ?nomatch(undefined, 'CosNotifyComm_SequencePullSupplier':oe_tc(try_pull_structured_events)),
 
1931
    ?nomatch(undefined, 'CosNotifyComm_SequencePullSupplier':oe_tc(disconnect_sequence_pull_supplier)),
 
1932
    ?nomatch(undefined, 'CosNotifyComm_SequencePullSupplier':oe_tc(subscription_change)),
 
1933
    ?match(undefined, 'CosNotifyComm_SequencePullSupplier':oe_tc(undefined)),
 
1934
    ?match([_|_], 'CosNotifyComm_SequencePullSupplier':oe_get_interface()),
 
1935
    ?match("IDL:omg.org/CosNotifyComm/SequencePullSupplier:1.0", 
 
1936
           'CosNotifyComm_SequencePullSupplier':typeID()),
 
1937
    check_tc('CosNotifyComm_SequencePullSupplier':oe_get_interface()),
 
1938
    ?match(true, 'CosNotifyComm_SequencePullSupplier':oe_is_a('CosNotifyComm_SequencePullSupplier':typeID())),
 
1939
    ?match(true, 'CosNotifyComm_SequencePullSupplier':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
1940
    ?match(false, 'CosNotifyComm_SequencePullSupplier':oe_is_a("wrong")),
 
1941
    ok.
 
1942
 
 
1943
 
 
1944
%%-----------------------------------------------------------------
 
1945
%% Test Case: 'CosNotifyComm_SequencePushConsumer'
 
1946
%% Description: 
 
1947
%%-----------------------------------------------------------------
 
1948
'CosNotifyComm_SequencePushConsumer'(doc) -> ["CosNotifyComm_SequencePushConsumer"];
 
1949
'CosNotifyComm_SequencePushConsumer'(suite) -> [];
 
1950
'CosNotifyComm_SequencePushConsumer'(_) ->
 
1951
    ?nomatch(undefined, 'CosNotifyComm_SequencePushConsumer':oe_tc(push_structured_events)),
 
1952
    ?nomatch(undefined, 'CosNotifyComm_SequencePushConsumer':oe_tc(disconnect_sequence_push_consumer)),
 
1953
    ?nomatch(undefined, 'CosNotifyComm_SequencePushConsumer':oe_tc(offer_change)),
 
1954
    ?match(undefined, 'CosNotifyComm_SequencePushConsumer':oe_tc(undefined)),
 
1955
    ?match([_|_], 'CosNotifyComm_SequencePushConsumer':oe_get_interface()),
 
1956
    ?match("IDL:omg.org/CosNotifyComm/SequencePushConsumer:1.0", 
 
1957
           'CosNotifyComm_SequencePushConsumer':typeID()),
 
1958
    check_tc('CosNotifyComm_SequencePushConsumer':oe_get_interface()),
 
1959
    ?match(true, 'CosNotifyComm_SequencePushConsumer':oe_is_a('CosNotifyComm_SequencePushConsumer':typeID())),
 
1960
    ?match(true, 'CosNotifyComm_SequencePushConsumer':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
1961
    ?match(false, 'CosNotifyComm_SequencePushConsumer':oe_is_a("wrong")),
 
1962
    ok.
 
1963
 
 
1964
 
 
1965
%%-----------------------------------------------------------------
 
1966
%% Test Case: 'CosNotifyComm_SequencePushSupplier'
 
1967
%% Description: 
 
1968
%%-----------------------------------------------------------------
 
1969
'CosNotifyComm_SequencePushSupplier'(doc) -> ["CosNotifyComm_SequencePushSupplier"];
 
1970
'CosNotifyComm_SequencePushSupplier'(suite) -> [];
 
1971
'CosNotifyComm_SequencePushSupplier'(_) ->
 
1972
    ?nomatch(undefined, 'CosNotifyComm_SequencePushSupplier':oe_tc(disconnect_sequence_push_supplier)),
 
1973
    ?nomatch(undefined, 'CosNotifyComm_SequencePushSupplier':oe_tc(subscription_change)),
 
1974
    ?match(undefined, 'CosNotifyComm_SequencePushSupplier':oe_tc(undefined)),
 
1975
    ?match([_|_], 'CosNotifyComm_SequencePushSupplier':oe_get_interface()),
 
1976
    ?match("IDL:omg.org/CosNotifyComm/SequencePushSupplier:1.0", 
 
1977
           'CosNotifyComm_SequencePushSupplier':typeID()),
 
1978
    check_tc('CosNotifyComm_SequencePushSupplier':oe_get_interface()),
 
1979
    ?match(true, 'CosNotifyComm_SequencePushSupplier':oe_is_a('CosNotifyComm_SequencePushSupplier':typeID())),
 
1980
    ?match(true, 'CosNotifyComm_SequencePushSupplier':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
1981
    ?match(false, 'CosNotifyComm_SequencePushSupplier':oe_is_a("wrong")),
 
1982
    ok.
 
1983
 
 
1984
 
 
1985
%%-----------------------------------------------------------------
 
1986
%% Test Case: 'CosNotifyComm_StructuredPullConsumer'
 
1987
%% Description: 
 
1988
%%-----------------------------------------------------------------
 
1989
'CosNotifyComm_StructuredPullConsumer'(doc) -> ["CosNotifyComm_StructuredPullConsumer"];
 
1990
'CosNotifyComm_StructuredPullConsumer'(suite) -> [];
 
1991
'CosNotifyComm_StructuredPullConsumer'(_) ->
 
1992
    ?nomatch(undefined, 'CosNotifyComm_StructuredPullConsumer':oe_tc(disconnect_structured_pull_consumer)),
 
1993
    ?nomatch(undefined, 'CosNotifyComm_StructuredPullConsumer':oe_tc(offer_change)),
 
1994
    ?match(undefined, 'CosNotifyComm_StructuredPullConsumer':oe_tc(undefined)),
 
1995
    ?match([_|_], 'CosNotifyComm_StructuredPullConsumer':oe_get_interface()),
 
1996
    ?match("IDL:omg.org/CosNotifyComm/StructuredPullConsumer:1.0", 
 
1997
           'CosNotifyComm_StructuredPullConsumer':typeID()),
 
1998
    check_tc('CosNotifyComm_StructuredPullConsumer':oe_get_interface()),
 
1999
    ?match(true, 'CosNotifyComm_StructuredPullConsumer':oe_is_a('CosNotifyComm_StructuredPullConsumer':typeID())),
 
2000
    ?match(true, 'CosNotifyComm_StructuredPullConsumer':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
2001
    ?match(false, 'CosNotifyComm_StructuredPullConsumer':oe_is_a("wrong")),
 
2002
    ok.
 
2003
 
 
2004
 
 
2005
%%-----------------------------------------------------------------
 
2006
%% Test Case: 'CosNotifyComm_StructuredPullSupplier'
 
2007
%% Description: 
 
2008
%%-----------------------------------------------------------------
 
2009
'CosNotifyComm_StructuredPullSupplier'(doc) -> ["CosNotifyComm_StructuredPullSupplier"];
 
2010
'CosNotifyComm_StructuredPullSupplier'(suite) -> [];
 
2011
'CosNotifyComm_StructuredPullSupplier'(_) ->
 
2012
    ?nomatch(undefined, 'CosNotifyComm_StructuredPullSupplier':oe_tc(pull_structured_event)),
 
2013
    ?nomatch(undefined, 'CosNotifyComm_StructuredPullSupplier':oe_tc(try_pull_structured_event)),
 
2014
    ?nomatch(undefined, 'CosNotifyComm_StructuredPullSupplier':oe_tc(disconnect_structured_pull_supplier)),
 
2015
    ?nomatch(undefined, 'CosNotifyComm_StructuredPullSupplier':oe_tc(subscription_change)),
 
2016
    ?match(undefined, 'CosNotifyComm_StructuredPullSupplier':oe_tc(undefined)),
 
2017
    ?match([_|_], 'CosNotifyComm_StructuredPullSupplier':oe_get_interface()),
 
2018
    ?match("IDL:omg.org/CosNotifyComm/StructuredPullSupplier:1.0", 
 
2019
           'CosNotifyComm_StructuredPullSupplier':typeID()),
 
2020
    check_tc('CosNotifyComm_StructuredPullSupplier':oe_get_interface()),
 
2021
    ?match(true, 'CosNotifyComm_StructuredPullSupplier':oe_is_a('CosNotifyComm_StructuredPullSupplier':typeID())),
 
2022
    ?match(true, 'CosNotifyComm_StructuredPullSupplier':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
2023
    ?match(false, 'CosNotifyComm_StructuredPullSupplier':oe_is_a("wrong")),
 
2024
    ok.
 
2025
 
 
2026
 
 
2027
%%-----------------------------------------------------------------
 
2028
%% Test Case: 'CosNotifyComm_StructuredPushConsumer'
 
2029
%% Description: 
 
2030
%%-----------------------------------------------------------------
 
2031
'CosNotifyComm_StructuredPushConsumer'(doc) -> ["CosNotifyComm_StructuredPushConsumer"];
 
2032
'CosNotifyComm_StructuredPushConsumer'(suite) -> [];
 
2033
'CosNotifyComm_StructuredPushConsumer'(_) ->
 
2034
    ?nomatch(undefined, 'CosNotifyComm_StructuredPushConsumer':oe_tc(push_structured_event)),
 
2035
    ?nomatch(undefined, 'CosNotifyComm_StructuredPushConsumer':oe_tc(disconnect_structured_push_consumer)),
 
2036
    ?nomatch(undefined, 'CosNotifyComm_StructuredPushConsumer':oe_tc(offer_change)),
 
2037
    ?match(undefined, 'CosNotifyComm_StructuredPushConsumer':oe_tc(undefined)),
 
2038
    ?match([_|_], 'CosNotifyComm_StructuredPushConsumer':oe_get_interface()),
 
2039
    ?match("IDL:omg.org/CosNotifyComm/StructuredPushConsumer:1.0", 
 
2040
           'CosNotifyComm_StructuredPushConsumer':typeID()),
 
2041
    check_tc('CosNotifyComm_StructuredPushConsumer':oe_get_interface()),
 
2042
    ?match(true, 'CosNotifyComm_StructuredPushConsumer':oe_is_a('CosNotifyComm_StructuredPushConsumer':typeID())),
 
2043
    ?match(true, 'CosNotifyComm_StructuredPushConsumer':oe_is_a('CosNotifyComm_NotifyPublish':typeID())),
 
2044
    ?match(false, 'CosNotifyComm_StructuredPushConsumer':oe_is_a("wrong")),
 
2045
    ok.
 
2046
 
 
2047
 
 
2048
%%-----------------------------------------------------------------
 
2049
%% Test Case: 'CosNotifyComm_StructuredPushSupplier'
 
2050
%% Description: 
 
2051
%%-----------------------------------------------------------------
 
2052
'CosNotifyComm_StructuredPushSupplier'(doc) -> ["CosNotifyComm_StructuredPushSupplier"];
 
2053
'CosNotifyComm_StructuredPushSupplier'(suite) -> [];
 
2054
'CosNotifyComm_StructuredPushSupplier'(_) ->
 
2055
    ?nomatch(undefined, 'CosNotifyComm_StructuredPushSupplier':oe_tc(disconnect_structured_push_supplier)),
 
2056
    ?nomatch(undefined, 'CosNotifyComm_StructuredPushSupplier':oe_tc(subscription_change)),
 
2057
    ?match(undefined, 'CosNotifyComm_StructuredPushSupplier':oe_tc(undefined)),
 
2058
    ?match([_|_], 'CosNotifyComm_StructuredPushSupplier':oe_get_interface()),
 
2059
    ?match("IDL:omg.org/CosNotifyComm/StructuredPushSupplier:1.0", 
 
2060
           'CosNotifyComm_StructuredPushSupplier':typeID()),
 
2061
    check_tc('CosNotifyComm_StructuredPushSupplier':oe_get_interface()),
 
2062
    ?match(true, 'CosNotifyComm_StructuredPushSupplier':oe_is_a('CosNotifyComm_StructuredPushSupplier':typeID())),
 
2063
    ?match(true, 'CosNotifyComm_StructuredPushSupplier':oe_is_a('CosNotifyComm_NotifySubscribe':typeID())),
 
2064
    ?match(false, 'CosNotifyComm_StructuredPushSupplier':oe_is_a("wrong")),
 
2065
    ok.
 
2066
 
 
2067
 
 
2068
%%-----------------------------------------------------------------
 
2069
%% Test Case: 'oe_CosNotificationComm_Event'
 
2070
%% Description: 
 
2071
%%-----------------------------------------------------------------
 
2072
'oe_CosNotificationComm_Event'(doc) -> ["oe_CosNotificationComm_Event"];
 
2073
'oe_CosNotificationComm_Event'(suite) -> [];
 
2074
'oe_CosNotificationComm_Event'(_) ->
 
2075
    ?nomatch(undefined, 'oe_CosNotificationComm_Event':oe_tc(callSeq)),
 
2076
    ?nomatch(undefined, 'oe_CosNotificationComm_Event':oe_tc(callAny)),
 
2077
    ?match(undefined, 'oe_CosNotificationComm_Event':oe_tc(undefined)),
 
2078
    ?match([_|_], 'oe_CosNotificationComm_Event':oe_get_interface()),
 
2079
    ?match("IDL:oe_CosNotificationComm/Event:1.0", 
 
2080
           'oe_CosNotificationComm_Event':typeID()),
 
2081
    check_tc('oe_CosNotificationComm_Event':oe_get_interface()),
 
2082
    ?match(true, 'oe_CosNotificationComm_Event':oe_is_a('oe_CosNotificationComm_Event':typeID())),
 
2083
    ?match(false, 'oe_CosNotificationComm_Event':oe_is_a("wrong")),
 
2084
    ok.
 
2085
 
 
2086
 
 
2087
 
 
2088
 
 
2089
%%-----------------------------------------------------------------
 
2090
%% MISC functions
 
2091
%%-----------------------------------------------------------------
 
2092
check_tc([]) ->
 
2093
    ok;
 
2094
check_tc([{Op, {RetType, InParameters, OutParameters}}|T]) ->
 
2095
    io:format("checked - ~s~n", [Op]),
 
2096
    lists:all(?checktc(Op), [RetType|InParameters]),
 
2097
    lists:all(?checktc(Op), OutParameters),
 
2098
    check_tc(T).
 
2099
    
 
2100