@kaoto/camel-catalog 0.4.2 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -6
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-agent-configuration.json +31 -0
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-endpoints.json +70 -35
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-functions.json +86 -43
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-test-actions.json +246 -146
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-test-containers.json +13 -12
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-catalog-aggregate-validation-matcher.json +50 -25
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-testcase.json +8 -3
- package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/index.json +9 -9
- package/dist/camel-catalog/index.json +3 -3
- package/dist/index.js +1 -1
- package/dist/types/catalog-index.d.ts +1 -1
- package/package.json +2 -2
- /package/dist/camel-catalog/citrus/{4.9.4 → 4.10.0}/citrus-testcase.xsd +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"average": {
|
|
3
3
|
"kind": "testFunction",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.10.0",
|
|
5
5
|
"name": "average",
|
|
6
6
|
"group": "citrus",
|
|
7
|
+
"module": "citrus-base",
|
|
7
8
|
"title": "Average",
|
|
8
9
|
"propertiesSchema": {
|
|
9
10
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -27,9 +28,10 @@
|
|
|
27
28
|
},
|
|
28
29
|
"cdataSection": {
|
|
29
30
|
"kind": "testFunction",
|
|
30
|
-
"version": "4.
|
|
31
|
+
"version": "4.10.0",
|
|
31
32
|
"name": "cdataSection",
|
|
32
33
|
"group": "citrus",
|
|
34
|
+
"module": "citrus-validation-xml",
|
|
33
35
|
"title": "CdataSection",
|
|
34
36
|
"propertiesSchema": {
|
|
35
37
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -48,9 +50,10 @@
|
|
|
48
50
|
},
|
|
49
51
|
"unixTimestamp": {
|
|
50
52
|
"kind": "testFunction",
|
|
51
|
-
"version": "4.
|
|
53
|
+
"version": "4.10.0",
|
|
52
54
|
"name": "unixTimestamp",
|
|
53
55
|
"group": "citrus",
|
|
56
|
+
"module": "citrus-base",
|
|
54
57
|
"title": "UnixTimestamp",
|
|
55
58
|
"propertiesSchema": {
|
|
56
59
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -59,9 +62,10 @@
|
|
|
59
62
|
},
|
|
60
63
|
"randomString": {
|
|
61
64
|
"kind": "testFunction",
|
|
62
|
-
"version": "4.
|
|
65
|
+
"version": "4.10.0",
|
|
63
66
|
"name": "randomString",
|
|
64
67
|
"group": "citrus",
|
|
68
|
+
"module": "citrus-base",
|
|
65
69
|
"title": "RandomString",
|
|
66
70
|
"propertiesSchema": {
|
|
67
71
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -95,9 +99,10 @@
|
|
|
95
99
|
},
|
|
96
100
|
"resolveExternalServiceUrl": {
|
|
97
101
|
"kind": "testFunction",
|
|
98
|
-
"version": "4.
|
|
102
|
+
"version": "4.10.0",
|
|
99
103
|
"name": "resolveExternalServiceUrl",
|
|
100
104
|
"group": "citrus",
|
|
105
|
+
"module": "citrus-base",
|
|
101
106
|
"title": "ResolveExternalServiceUrl",
|
|
102
107
|
"propertiesSchema": {
|
|
103
108
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -121,9 +126,10 @@
|
|
|
121
126
|
},
|
|
122
127
|
"urlDecode": {
|
|
123
128
|
"kind": "testFunction",
|
|
124
|
-
"version": "4.
|
|
129
|
+
"version": "4.10.0",
|
|
125
130
|
"name": "urlDecode",
|
|
126
131
|
"group": "citrus",
|
|
132
|
+
"module": "citrus-base",
|
|
127
133
|
"title": "UrlDecode",
|
|
128
134
|
"propertiesSchema": {
|
|
129
135
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -148,9 +154,10 @@
|
|
|
148
154
|
},
|
|
149
155
|
"localHostAddress": {
|
|
150
156
|
"kind": "testFunction",
|
|
151
|
-
"version": "4.
|
|
157
|
+
"version": "4.10.0",
|
|
152
158
|
"name": "localHostAddress",
|
|
153
159
|
"group": "citrus",
|
|
160
|
+
"module": "citrus-base",
|
|
154
161
|
"title": "LocalHostAddress",
|
|
155
162
|
"propertiesSchema": {
|
|
156
163
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -159,9 +166,10 @@
|
|
|
159
166
|
},
|
|
160
167
|
"currentDate": {
|
|
161
168
|
"kind": "testFunction",
|
|
162
|
-
"version": "4.
|
|
169
|
+
"version": "4.10.0",
|
|
163
170
|
"name": "currentDate",
|
|
164
171
|
"group": "citrus",
|
|
172
|
+
"module": "citrus-base",
|
|
165
173
|
"title": "CurrentDate",
|
|
166
174
|
"propertiesSchema": {
|
|
167
175
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -187,9 +195,10 @@
|
|
|
187
195
|
},
|
|
188
196
|
"sum": {
|
|
189
197
|
"kind": "testFunction",
|
|
190
|
-
"version": "4.
|
|
198
|
+
"version": "4.10.0",
|
|
191
199
|
"name": "sum",
|
|
192
200
|
"group": "citrus",
|
|
201
|
+
"module": "citrus-base",
|
|
193
202
|
"title": "Sum",
|
|
194
203
|
"propertiesSchema": {
|
|
195
204
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -213,9 +222,10 @@
|
|
|
213
222
|
},
|
|
214
223
|
"urlEncode": {
|
|
215
224
|
"kind": "testFunction",
|
|
216
|
-
"version": "4.
|
|
225
|
+
"version": "4.10.0",
|
|
217
226
|
"name": "urlEncode",
|
|
218
227
|
"group": "citrus",
|
|
228
|
+
"module": "citrus-base",
|
|
219
229
|
"title": "UrlEncode",
|
|
220
230
|
"propertiesSchema": {
|
|
221
231
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -240,9 +250,10 @@
|
|
|
240
250
|
},
|
|
241
251
|
"substring": {
|
|
242
252
|
"kind": "testFunction",
|
|
243
|
-
"version": "4.
|
|
253
|
+
"version": "4.10.0",
|
|
244
254
|
"name": "substring",
|
|
245
255
|
"group": "citrus",
|
|
256
|
+
"module": "citrus-base",
|
|
246
257
|
"title": "Substring",
|
|
247
258
|
"propertiesSchema": {
|
|
248
259
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -272,9 +283,10 @@
|
|
|
272
283
|
},
|
|
273
284
|
"translate": {
|
|
274
285
|
"kind": "testFunction",
|
|
275
|
-
"version": "4.
|
|
286
|
+
"version": "4.10.0",
|
|
276
287
|
"name": "translate",
|
|
277
288
|
"group": "citrus",
|
|
289
|
+
"module": "citrus-base",
|
|
278
290
|
"title": "Translate",
|
|
279
291
|
"propertiesSchema": {
|
|
280
292
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -305,9 +317,10 @@
|
|
|
305
317
|
},
|
|
306
318
|
"escapeJson": {
|
|
307
319
|
"kind": "testFunction",
|
|
308
|
-
"version": "4.
|
|
320
|
+
"version": "4.10.0",
|
|
309
321
|
"name": "escapeJson",
|
|
310
322
|
"group": "citrus",
|
|
323
|
+
"module": "citrus-base",
|
|
311
324
|
"title": "EscapeJson",
|
|
312
325
|
"propertiesSchema": {
|
|
313
326
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -326,9 +339,10 @@
|
|
|
326
339
|
},
|
|
327
340
|
"digestAuthHeader": {
|
|
328
341
|
"kind": "testFunction",
|
|
329
|
-
"version": "4.
|
|
342
|
+
"version": "4.10.0",
|
|
330
343
|
"name": "digestAuthHeader",
|
|
331
344
|
"group": "citrus",
|
|
345
|
+
"module": "citrus-base",
|
|
332
346
|
"title": "DigestAuthHeader",
|
|
333
347
|
"propertiesSchema": {
|
|
334
348
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -389,9 +403,10 @@
|
|
|
389
403
|
},
|
|
390
404
|
"xpath": {
|
|
391
405
|
"kind": "testFunction",
|
|
392
|
-
"version": "4.
|
|
406
|
+
"version": "4.10.0",
|
|
393
407
|
"name": "xpath",
|
|
394
408
|
"group": "citrus",
|
|
409
|
+
"module": "citrus-validation-xml",
|
|
395
410
|
"title": "Xpath",
|
|
396
411
|
"propertiesSchema": {
|
|
397
412
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -415,9 +430,10 @@
|
|
|
415
430
|
},
|
|
416
431
|
"resolveServiceUrl": {
|
|
417
432
|
"kind": "testFunction",
|
|
418
|
-
"version": "4.
|
|
433
|
+
"version": "4.10.0",
|
|
419
434
|
"name": "resolveServiceUrl",
|
|
420
435
|
"group": "citrus",
|
|
436
|
+
"module": "citrus-base",
|
|
421
437
|
"title": "ResolveServiceUrl",
|
|
422
438
|
"propertiesSchema": {
|
|
423
439
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -447,9 +463,10 @@
|
|
|
447
463
|
},
|
|
448
464
|
"lowerCase": {
|
|
449
465
|
"kind": "testFunction",
|
|
450
|
-
"version": "4.
|
|
466
|
+
"version": "4.10.0",
|
|
451
467
|
"name": "lowerCase",
|
|
452
468
|
"group": "citrus",
|
|
469
|
+
"module": "citrus-base",
|
|
453
470
|
"title": "LowerCase",
|
|
454
471
|
"propertiesSchema": {
|
|
455
472
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -468,9 +485,10 @@
|
|
|
468
485
|
},
|
|
469
486
|
"randomNumber": {
|
|
470
487
|
"kind": "testFunction",
|
|
471
|
-
"version": "4.
|
|
488
|
+
"version": "4.10.0",
|
|
472
489
|
"name": "randomNumber",
|
|
473
490
|
"group": "citrus",
|
|
491
|
+
"module": "citrus-base",
|
|
474
492
|
"title": "RandomNumber",
|
|
475
493
|
"propertiesSchema": {
|
|
476
494
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -494,9 +512,10 @@
|
|
|
494
512
|
},
|
|
495
513
|
"changeDate": {
|
|
496
514
|
"kind": "testFunction",
|
|
497
|
-
"version": "4.
|
|
515
|
+
"version": "4.10.0",
|
|
498
516
|
"name": "changeDate",
|
|
499
517
|
"group": "citrus",
|
|
518
|
+
"module": "citrus-base",
|
|
500
519
|
"title": "ChangeDate",
|
|
501
520
|
"propertiesSchema": {
|
|
502
521
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -525,9 +544,10 @@
|
|
|
525
544
|
},
|
|
526
545
|
"randomEnumValue": {
|
|
527
546
|
"kind": "testFunction",
|
|
528
|
-
"version": "4.
|
|
547
|
+
"version": "4.10.0",
|
|
529
548
|
"name": "randomEnumValue",
|
|
530
549
|
"group": "citrus",
|
|
550
|
+
"module": "citrus-base",
|
|
531
551
|
"title": "RandomEnumValue",
|
|
532
552
|
"propertiesSchema": {
|
|
533
553
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -551,9 +571,10 @@
|
|
|
551
571
|
},
|
|
552
572
|
"escapeXml": {
|
|
553
573
|
"kind": "testFunction",
|
|
554
|
-
"version": "4.
|
|
574
|
+
"version": "4.10.0",
|
|
555
575
|
"name": "escapeXml",
|
|
556
576
|
"group": "citrus",
|
|
577
|
+
"module": "citrus-validation-xml",
|
|
557
578
|
"title": "EscapeXml",
|
|
558
579
|
"propertiesSchema": {
|
|
559
580
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -572,9 +593,10 @@
|
|
|
572
593
|
},
|
|
573
594
|
"substringAfter": {
|
|
574
595
|
"kind": "testFunction",
|
|
575
|
-
"version": "4.
|
|
596
|
+
"version": "4.10.0",
|
|
576
597
|
"name": "substringAfter",
|
|
577
598
|
"group": "citrus",
|
|
599
|
+
"module": "citrus-base",
|
|
578
600
|
"title": "SubstringAfter",
|
|
579
601
|
"propertiesSchema": {
|
|
580
602
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -599,9 +621,10 @@
|
|
|
599
621
|
},
|
|
600
622
|
"randomUUID": {
|
|
601
623
|
"kind": "testFunction",
|
|
602
|
-
"version": "4.
|
|
624
|
+
"version": "4.10.0",
|
|
603
625
|
"name": "randomUUID",
|
|
604
626
|
"group": "citrus",
|
|
627
|
+
"module": "citrus-base",
|
|
605
628
|
"title": "RandomUUID",
|
|
606
629
|
"propertiesSchema": {
|
|
607
630
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -610,9 +633,10 @@
|
|
|
610
633
|
},
|
|
611
634
|
"jsonPatch": {
|
|
612
635
|
"kind": "testFunction",
|
|
613
|
-
"version": "4.
|
|
636
|
+
"version": "4.10.0",
|
|
614
637
|
"name": "jsonPatch",
|
|
615
638
|
"group": "citrus",
|
|
639
|
+
"module": "citrus-base",
|
|
616
640
|
"title": "JsonPatch",
|
|
617
641
|
"propertiesSchema": {
|
|
618
642
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -664,9 +688,10 @@
|
|
|
664
688
|
},
|
|
665
689
|
"floor": {
|
|
666
690
|
"kind": "testFunction",
|
|
667
|
-
"version": "4.
|
|
691
|
+
"version": "4.10.0",
|
|
668
692
|
"name": "floor",
|
|
669
693
|
"group": "citrus",
|
|
694
|
+
"module": "citrus-base",
|
|
670
695
|
"title": "Floor",
|
|
671
696
|
"propertiesSchema": {
|
|
672
697
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -685,9 +710,10 @@
|
|
|
685
710
|
},
|
|
686
711
|
"stringLength": {
|
|
687
712
|
"kind": "testFunction",
|
|
688
|
-
"version": "4.
|
|
713
|
+
"version": "4.10.0",
|
|
689
714
|
"name": "stringLength",
|
|
690
715
|
"group": "citrus",
|
|
716
|
+
"module": "citrus-base",
|
|
691
717
|
"title": "StringLength",
|
|
692
718
|
"propertiesSchema": {
|
|
693
719
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -706,9 +732,10 @@
|
|
|
706
732
|
},
|
|
707
733
|
"encodeBase64": {
|
|
708
734
|
"kind": "testFunction",
|
|
709
|
-
"version": "4.
|
|
735
|
+
"version": "4.10.0",
|
|
710
736
|
"name": "encodeBase64",
|
|
711
737
|
"group": "citrus",
|
|
738
|
+
"module": "citrus-base",
|
|
712
739
|
"title": "EncodeBase64",
|
|
713
740
|
"propertiesSchema": {
|
|
714
741
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -733,9 +760,10 @@
|
|
|
733
760
|
},
|
|
734
761
|
"ceiling": {
|
|
735
762
|
"kind": "testFunction",
|
|
736
|
-
"version": "4.
|
|
763
|
+
"version": "4.10.0",
|
|
737
764
|
"name": "ceiling",
|
|
738
765
|
"group": "citrus",
|
|
766
|
+
"module": "citrus-base",
|
|
739
767
|
"title": "Ceiling",
|
|
740
768
|
"propertiesSchema": {
|
|
741
769
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -754,9 +782,10 @@
|
|
|
754
782
|
},
|
|
755
783
|
"randomNumberGenerator": {
|
|
756
784
|
"kind": "testFunction",
|
|
757
|
-
"version": "4.
|
|
785
|
+
"version": "4.10.0",
|
|
758
786
|
"name": "randomNumberGenerator",
|
|
759
787
|
"group": "citrus",
|
|
788
|
+
"module": "citrus-base",
|
|
760
789
|
"title": "RandomNumberGenerator",
|
|
761
790
|
"propertiesSchema": {
|
|
762
791
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -765,9 +794,10 @@
|
|
|
765
794
|
},
|
|
766
795
|
"systemProperty": {
|
|
767
796
|
"kind": "testFunction",
|
|
768
|
-
"version": "4.
|
|
797
|
+
"version": "4.10.0",
|
|
769
798
|
"name": "systemProperty",
|
|
770
799
|
"group": "citrus",
|
|
800
|
+
"module": "citrus-base",
|
|
771
801
|
"title": "SystemProperty",
|
|
772
802
|
"propertiesSchema": {
|
|
773
803
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -791,9 +821,10 @@
|
|
|
791
821
|
},
|
|
792
822
|
"jsonPath": {
|
|
793
823
|
"kind": "testFunction",
|
|
794
|
-
"version": "4.
|
|
824
|
+
"version": "4.10.0",
|
|
795
825
|
"name": "jsonPath",
|
|
796
826
|
"group": "citrus",
|
|
827
|
+
"module": "citrus-base",
|
|
797
828
|
"title": "JsonPath",
|
|
798
829
|
"propertiesSchema": {
|
|
799
830
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -817,9 +848,10 @@
|
|
|
817
848
|
},
|
|
818
849
|
"concat": {
|
|
819
850
|
"kind": "testFunction",
|
|
820
|
-
"version": "4.
|
|
851
|
+
"version": "4.10.0",
|
|
821
852
|
"name": "concat",
|
|
822
853
|
"group": "citrus",
|
|
854
|
+
"module": "citrus-base",
|
|
823
855
|
"title": "Concat",
|
|
824
856
|
"propertiesSchema": {
|
|
825
857
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -843,9 +875,10 @@
|
|
|
843
875
|
},
|
|
844
876
|
"message": {
|
|
845
877
|
"kind": "testFunction",
|
|
846
|
-
"version": "4.
|
|
878
|
+
"version": "4.10.0",
|
|
847
879
|
"name": "message",
|
|
848
880
|
"group": "citrus",
|
|
881
|
+
"module": "citrus-base",
|
|
849
882
|
"title": "Message",
|
|
850
883
|
"propertiesSchema": {
|
|
851
884
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -864,9 +897,10 @@
|
|
|
864
897
|
},
|
|
865
898
|
"round": {
|
|
866
899
|
"kind": "testFunction",
|
|
867
|
-
"version": "4.
|
|
900
|
+
"version": "4.10.0",
|
|
868
901
|
"name": "round",
|
|
869
902
|
"group": "citrus",
|
|
903
|
+
"module": "citrus-base",
|
|
870
904
|
"title": "Round",
|
|
871
905
|
"propertiesSchema": {
|
|
872
906
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -885,9 +919,10 @@
|
|
|
885
919
|
},
|
|
886
920
|
"decodeBase64": {
|
|
887
921
|
"kind": "testFunction",
|
|
888
|
-
"version": "4.
|
|
922
|
+
"version": "4.10.0",
|
|
889
923
|
"name": "decodeBase64",
|
|
890
924
|
"group": "citrus",
|
|
925
|
+
"module": "citrus-base",
|
|
891
926
|
"title": "DecodeBase64",
|
|
892
927
|
"propertiesSchema": {
|
|
893
928
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -912,9 +947,10 @@
|
|
|
912
947
|
},
|
|
913
948
|
"serviceClusterIp": {
|
|
914
949
|
"kind": "testFunction",
|
|
915
|
-
"version": "4.
|
|
950
|
+
"version": "4.10.0",
|
|
916
951
|
"name": "serviceClusterIp",
|
|
917
952
|
"group": "citrus",
|
|
953
|
+
"module": "citrus-base",
|
|
918
954
|
"title": "ServiceClusterIp",
|
|
919
955
|
"propertiesSchema": {
|
|
920
956
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -938,9 +974,10 @@
|
|
|
938
974
|
},
|
|
939
975
|
"randomPattern": {
|
|
940
976
|
"kind": "testFunction",
|
|
941
|
-
"version": "4.
|
|
977
|
+
"version": "4.10.0",
|
|
942
978
|
"name": "randomPattern",
|
|
943
979
|
"group": "citrus",
|
|
980
|
+
"module": "citrus-base",
|
|
944
981
|
"title": "RandomPattern",
|
|
945
982
|
"propertiesSchema": {
|
|
946
983
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -959,9 +996,10 @@
|
|
|
959
996
|
},
|
|
960
997
|
"upperCase": {
|
|
961
998
|
"kind": "testFunction",
|
|
962
|
-
"version": "4.
|
|
999
|
+
"version": "4.10.0",
|
|
963
1000
|
"name": "upperCase",
|
|
964
1001
|
"group": "citrus",
|
|
1002
|
+
"module": "citrus-base",
|
|
965
1003
|
"title": "UpperCase",
|
|
966
1004
|
"propertiesSchema": {
|
|
967
1005
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -980,9 +1018,10 @@
|
|
|
980
1018
|
},
|
|
981
1019
|
"absolute": {
|
|
982
1020
|
"kind": "testFunction",
|
|
983
|
-
"version": "4.
|
|
1021
|
+
"version": "4.10.0",
|
|
984
1022
|
"name": "absolute",
|
|
985
1023
|
"group": "citrus",
|
|
1024
|
+
"module": "citrus-base",
|
|
986
1025
|
"title": "Absolute",
|
|
987
1026
|
"propertiesSchema": {
|
|
988
1027
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -1001,9 +1040,10 @@
|
|
|
1001
1040
|
},
|
|
1002
1041
|
"readFile": {
|
|
1003
1042
|
"kind": "testFunction",
|
|
1004
|
-
"version": "4.
|
|
1043
|
+
"version": "4.10.0",
|
|
1005
1044
|
"name": "readFile",
|
|
1006
1045
|
"group": "citrus",
|
|
1046
|
+
"module": "citrus-base",
|
|
1007
1047
|
"title": "ReadFile",
|
|
1008
1048
|
"propertiesSchema": {
|
|
1009
1049
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -1033,9 +1073,10 @@
|
|
|
1033
1073
|
},
|
|
1034
1074
|
"maximum": {
|
|
1035
1075
|
"kind": "testFunction",
|
|
1036
|
-
"version": "4.
|
|
1076
|
+
"version": "4.10.0",
|
|
1037
1077
|
"name": "maximum",
|
|
1038
1078
|
"group": "citrus",
|
|
1079
|
+
"module": "citrus-base",
|
|
1039
1080
|
"title": "Maximum",
|
|
1040
1081
|
"propertiesSchema": {
|
|
1041
1082
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -1059,9 +1100,10 @@
|
|
|
1059
1100
|
},
|
|
1060
1101
|
"substringBefore": {
|
|
1061
1102
|
"kind": "testFunction",
|
|
1062
|
-
"version": "4.
|
|
1103
|
+
"version": "4.10.0",
|
|
1063
1104
|
"name": "substringBefore",
|
|
1064
1105
|
"group": "citrus",
|
|
1106
|
+
"module": "citrus-base",
|
|
1065
1107
|
"title": "SubstringBefore",
|
|
1066
1108
|
"propertiesSchema": {
|
|
1067
1109
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
@@ -1086,9 +1128,10 @@
|
|
|
1086
1128
|
},
|
|
1087
1129
|
"minimum": {
|
|
1088
1130
|
"kind": "testFunction",
|
|
1089
|
-
"version": "4.
|
|
1131
|
+
"version": "4.10.0",
|
|
1090
1132
|
"name": "minimum",
|
|
1091
1133
|
"group": "citrus",
|
|
1134
|
+
"module": "citrus-base",
|
|
1092
1135
|
"title": "Minimum",
|
|
1093
1136
|
"propertiesSchema": {
|
|
1094
1137
|
"$schema": "http://json-schema.org/draft-07/schema#",
|