@stanterprise/protobuf 0.0.20 → 0.1.0
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/dist/{chunk-XWJCF6BO.mjs → chunk-34GQCWQN.mjs} +3 -3
- package/dist/{chunk-AEDC4CB5.mjs → chunk-4YJNHYW7.mjs} +33 -32
- package/dist/{chunk-AEDC4CB5.mjs.map → chunk-4YJNHYW7.mjs.map} +1 -1
- package/dist/{chunk-YUDCZY2W.mjs → chunk-EMALOWTT.mjs} +4 -1
- package/dist/{chunk-YUDCZY2W.mjs.map → chunk-EMALOWTT.mjs.map} +1 -1
- package/dist/{chunk-4SR4H5H3.mjs → chunk-FBR2J74U.mjs} +3 -3
- package/dist/{chunk-7ZKHPRD4.mjs → chunk-RGAFE2QL.mjs} +6 -6
- package/dist/{chunk-6LZLCU56.mjs → chunk-WBCHUWL7.mjs} +2 -2
- package/dist/{chunk-WYXRRQPZ.mjs → chunk-WHGMBNCF.mjs} +2 -2
- package/dist/{chunk-ULRGJR5R.mjs → chunk-XIP55YQC.mjs} +109 -3
- package/dist/chunk-XIP55YQC.mjs.map +1 -0
- package/dist/{chunk-B3U6NKBI.mjs → chunk-XYL4P7DJ.mjs} +3 -3
- package/dist/index.js +136 -28
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/testsystem/index.js +136 -28
- package/dist/testsystem/index.js.map +1 -1
- package/dist/testsystem/index.mjs +9 -9
- package/dist/testsystem/v1/common/index.mjs +2 -2
- package/dist/testsystem/v1/entities/index.mjs +3 -3
- package/dist/testsystem/v1/events/index.js +106 -0
- package/dist/testsystem/v1/events/index.js.map +1 -1
- package/dist/testsystem/v1/events/index.mjs +4 -4
- package/dist/testsystem/v1/index.js +136 -28
- package/dist/testsystem/v1/index.js.map +1 -1
- package/dist/testsystem/v1/index.mjs +9 -9
- package/dist/testsystem/v1/observer/index.js +136 -28
- package/dist/testsystem/v1/observer/index.js.map +1 -1
- package/dist/testsystem/v1/observer/index.mjs +5 -5
- package/lib/testsystem/v1/events/events.ts +125 -0
- package/package.json +1 -1
- package/dist/chunk-ULRGJR5R.mjs.map +0 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/lib/google/protobuf/duration.d.ts +0 -33
- package/dist/lib/google/protobuf/duration.d.ts.map +0 -1
- package/dist/lib/google/protobuf/timestamp.d.ts +0 -33
- package/dist/lib/google/protobuf/timestamp.d.ts.map +0 -1
- package/dist/lib/index.d.ts +0 -9
- package/dist/lib/index.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/common/common.d.ts +0 -61
- package/dist/lib/testsystem/v1/common/common.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/entities/test_case.d.ts +0 -233
- package/dist/lib/testsystem/v1/entities/test_case.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/entities/test_suite.d.ts +0 -140
- package/dist/lib/testsystem/v1/entities/test_suite.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/events/events.d.ts +0 -408
- package/dist/lib/testsystem/v1/events/events.d.ts.map +0 -1
- package/dist/lib/testsystem/v1/observer/observer.d.ts +0 -202
- package/dist/lib/testsystem/v1/observer/observer.d.ts.map +0 -1
- package/dist/testsystem/index.d.ts +0 -2
- package/dist/testsystem/index.d.ts.map +0 -1
- package/dist/testsystem/v1/common/index.d.ts +0 -6
- package/dist/testsystem/v1/common/index.d.ts.map +0 -1
- package/dist/testsystem/v1/entities/index.d.ts +0 -11
- package/dist/testsystem/v1/entities/index.d.ts.map +0 -1
- package/dist/testsystem/v1/events/index.d.ts +0 -28
- package/dist/testsystem/v1/events/index.d.ts.map +0 -1
- package/dist/testsystem/v1/index.d.ts +0 -5
- package/dist/testsystem/v1/index.d.ts.map +0 -1
- package/dist/testsystem/v1/observer/index.d.ts +0 -6
- package/dist/testsystem/v1/observer/index.d.ts.map +0 -1
- /package/dist/{chunk-XWJCF6BO.mjs.map → chunk-34GQCWQN.mjs.map} +0 -0
- /package/dist/{chunk-4SR4H5H3.mjs.map → chunk-FBR2J74U.mjs.map} +0 -0
- /package/dist/{chunk-7ZKHPRD4.mjs.map → chunk-RGAFE2QL.mjs.map} +0 -0
- /package/dist/{chunk-6LZLCU56.mjs.map → chunk-WBCHUWL7.mjs.map} +0 -0
- /package/dist/{chunk-WYXRRQPZ.mjs.map → chunk-WHGMBNCF.mjs.map} +0 -0
- /package/dist/{chunk-B3U6NKBI.mjs.map → chunk-XYL4P7DJ.mjs.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -8,6 +8,7 @@ var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
|
8
8
|
var __typeError = (msg) => {
|
|
9
9
|
throw TypeError(msg);
|
|
10
10
|
};
|
|
11
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
11
12
|
var __export = (target, all) => {
|
|
12
13
|
for (var name in all)
|
|
13
14
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
@@ -29,6 +30,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
29
30
|
mod
|
|
30
31
|
));
|
|
31
32
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
33
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
32
34
|
var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
|
|
33
35
|
var __privateGet = (obj, member, getter) => (__accessCheck(obj, member, "read from private field"), getter ? getter.call(obj) : member.get(obj));
|
|
34
36
|
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
@@ -2019,6 +2021,9 @@ var testsystem4;
|
|
|
2019
2021
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2020
2022
|
this.run_id = data.run_id;
|
|
2021
2023
|
}
|
|
2024
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2025
|
+
this.retry_index = data.retry_index;
|
|
2026
|
+
}
|
|
2022
2027
|
}
|
|
2023
2028
|
}
|
|
2024
2029
|
get test_id() {
|
|
@@ -2060,6 +2065,12 @@ var testsystem4;
|
|
|
2060
2065
|
set run_id(value) {
|
|
2061
2066
|
pb_16.Message.setField(this, 6, value);
|
|
2062
2067
|
}
|
|
2068
|
+
get retry_index() {
|
|
2069
|
+
return pb_16.Message.getFieldWithDefault(this, 7, 0);
|
|
2070
|
+
}
|
|
2071
|
+
set retry_index(value) {
|
|
2072
|
+
pb_16.Message.setField(this, 7, value);
|
|
2073
|
+
}
|
|
2063
2074
|
static fromObject(data) {
|
|
2064
2075
|
const message = new _TestFailureEventRequest({});
|
|
2065
2076
|
if (data.test_id != null) {
|
|
@@ -2080,6 +2091,9 @@ var testsystem4;
|
|
|
2080
2091
|
if (data.run_id != null) {
|
|
2081
2092
|
message.run_id = data.run_id;
|
|
2082
2093
|
}
|
|
2094
|
+
if (data.retry_index != null) {
|
|
2095
|
+
message.retry_index = data.retry_index;
|
|
2096
|
+
}
|
|
2083
2097
|
return message;
|
|
2084
2098
|
}
|
|
2085
2099
|
toObject() {
|
|
@@ -2102,6 +2116,9 @@ var testsystem4;
|
|
|
2102
2116
|
if (this.run_id != null) {
|
|
2103
2117
|
data.run_id = this.run_id;
|
|
2104
2118
|
}
|
|
2119
|
+
if (this.retry_index != null) {
|
|
2120
|
+
data.retry_index = this.retry_index;
|
|
2121
|
+
}
|
|
2105
2122
|
return data;
|
|
2106
2123
|
}
|
|
2107
2124
|
serialize(w) {
|
|
@@ -2118,6 +2135,8 @@ var testsystem4;
|
|
|
2118
2135
|
writer.writeRepeatedMessage(5, this.attachments, (item) => item.serialize(writer));
|
|
2119
2136
|
if (this.run_id.length)
|
|
2120
2137
|
writer.writeString(6, this.run_id);
|
|
2138
|
+
if (this.retry_index != 0)
|
|
2139
|
+
writer.writeInt32(7, this.retry_index);
|
|
2121
2140
|
if (!w)
|
|
2122
2141
|
return writer.getResultBuffer();
|
|
2123
2142
|
}
|
|
@@ -2145,6 +2164,9 @@ var testsystem4;
|
|
|
2145
2164
|
case 6:
|
|
2146
2165
|
message.run_id = reader.readString();
|
|
2147
2166
|
break;
|
|
2167
|
+
case 7:
|
|
2168
|
+
message.retry_index = reader.readInt32();
|
|
2169
|
+
break;
|
|
2148
2170
|
default:
|
|
2149
2171
|
reader.skipField();
|
|
2150
2172
|
}
|
|
@@ -2185,6 +2207,9 @@ var testsystem4;
|
|
|
2185
2207
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2186
2208
|
this.run_id = data.run_id;
|
|
2187
2209
|
}
|
|
2210
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2211
|
+
this.retry_index = data.retry_index;
|
|
2212
|
+
}
|
|
2188
2213
|
}
|
|
2189
2214
|
}
|
|
2190
2215
|
get test_id() {
|
|
@@ -2226,6 +2251,12 @@ var testsystem4;
|
|
|
2226
2251
|
set run_id(value) {
|
|
2227
2252
|
pb_16.Message.setField(this, 6, value);
|
|
2228
2253
|
}
|
|
2254
|
+
get retry_index() {
|
|
2255
|
+
return pb_16.Message.getFieldWithDefault(this, 7, 0);
|
|
2256
|
+
}
|
|
2257
|
+
set retry_index(value) {
|
|
2258
|
+
pb_16.Message.setField(this, 7, value);
|
|
2259
|
+
}
|
|
2229
2260
|
static fromObject(data) {
|
|
2230
2261
|
const message = new _TestErrorEventRequest({});
|
|
2231
2262
|
if (data.test_id != null) {
|
|
@@ -2246,6 +2277,9 @@ var testsystem4;
|
|
|
2246
2277
|
if (data.run_id != null) {
|
|
2247
2278
|
message.run_id = data.run_id;
|
|
2248
2279
|
}
|
|
2280
|
+
if (data.retry_index != null) {
|
|
2281
|
+
message.retry_index = data.retry_index;
|
|
2282
|
+
}
|
|
2249
2283
|
return message;
|
|
2250
2284
|
}
|
|
2251
2285
|
toObject() {
|
|
@@ -2268,6 +2302,9 @@ var testsystem4;
|
|
|
2268
2302
|
if (this.run_id != null) {
|
|
2269
2303
|
data.run_id = this.run_id;
|
|
2270
2304
|
}
|
|
2305
|
+
if (this.retry_index != null) {
|
|
2306
|
+
data.retry_index = this.retry_index;
|
|
2307
|
+
}
|
|
2271
2308
|
return data;
|
|
2272
2309
|
}
|
|
2273
2310
|
serialize(w) {
|
|
@@ -2284,6 +2321,8 @@ var testsystem4;
|
|
|
2284
2321
|
writer.writeRepeatedMessage(5, this.attachments, (item) => item.serialize(writer));
|
|
2285
2322
|
if (this.run_id.length)
|
|
2286
2323
|
writer.writeString(6, this.run_id);
|
|
2324
|
+
if (this.retry_index != 0)
|
|
2325
|
+
writer.writeInt32(7, this.retry_index);
|
|
2287
2326
|
if (!w)
|
|
2288
2327
|
return writer.getResultBuffer();
|
|
2289
2328
|
}
|
|
@@ -2311,6 +2350,9 @@ var testsystem4;
|
|
|
2311
2350
|
case 6:
|
|
2312
2351
|
message.run_id = reader.readString();
|
|
2313
2352
|
break;
|
|
2353
|
+
case 7:
|
|
2354
|
+
message.retry_index = reader.readInt32();
|
|
2355
|
+
break;
|
|
2314
2356
|
default:
|
|
2315
2357
|
reader.skipField();
|
|
2316
2358
|
}
|
|
@@ -2348,6 +2390,9 @@ var testsystem4;
|
|
|
2348
2390
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2349
2391
|
this.run_id = data.run_id;
|
|
2350
2392
|
}
|
|
2393
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2394
|
+
this.retry_index = data.retry_index;
|
|
2395
|
+
}
|
|
2351
2396
|
}
|
|
2352
2397
|
}
|
|
2353
2398
|
get test_id() {
|
|
@@ -2383,6 +2428,12 @@ var testsystem4;
|
|
|
2383
2428
|
set run_id(value) {
|
|
2384
2429
|
pb_16.Message.setField(this, 5, value);
|
|
2385
2430
|
}
|
|
2431
|
+
get retry_index() {
|
|
2432
|
+
return pb_16.Message.getFieldWithDefault(this, 6, 0);
|
|
2433
|
+
}
|
|
2434
|
+
set retry_index(value) {
|
|
2435
|
+
pb_16.Message.setField(this, 6, value);
|
|
2436
|
+
}
|
|
2386
2437
|
static fromObject(data) {
|
|
2387
2438
|
const message = new _StdErrorEventRequest({});
|
|
2388
2439
|
if (data.test_id != null) {
|
|
@@ -2400,6 +2451,9 @@ var testsystem4;
|
|
|
2400
2451
|
if (data.run_id != null) {
|
|
2401
2452
|
message.run_id = data.run_id;
|
|
2402
2453
|
}
|
|
2454
|
+
if (data.retry_index != null) {
|
|
2455
|
+
message.retry_index = data.retry_index;
|
|
2456
|
+
}
|
|
2403
2457
|
return message;
|
|
2404
2458
|
}
|
|
2405
2459
|
toObject() {
|
|
@@ -2419,6 +2473,9 @@ var testsystem4;
|
|
|
2419
2473
|
if (this.run_id != null) {
|
|
2420
2474
|
data.run_id = this.run_id;
|
|
2421
2475
|
}
|
|
2476
|
+
if (this.retry_index != null) {
|
|
2477
|
+
data.retry_index = this.retry_index;
|
|
2478
|
+
}
|
|
2422
2479
|
return data;
|
|
2423
2480
|
}
|
|
2424
2481
|
serialize(w) {
|
|
@@ -2433,6 +2490,8 @@ var testsystem4;
|
|
|
2433
2490
|
writer.writeString(4, this.test_case_run_id);
|
|
2434
2491
|
if (this.run_id.length)
|
|
2435
2492
|
writer.writeString(5, this.run_id);
|
|
2493
|
+
if (this.retry_index != 0)
|
|
2494
|
+
writer.writeInt32(6, this.retry_index);
|
|
2436
2495
|
if (!w)
|
|
2437
2496
|
return writer.getResultBuffer();
|
|
2438
2497
|
}
|
|
@@ -2457,6 +2516,9 @@ var testsystem4;
|
|
|
2457
2516
|
case 5:
|
|
2458
2517
|
message.run_id = reader.readString();
|
|
2459
2518
|
break;
|
|
2519
|
+
case 6:
|
|
2520
|
+
message.retry_index = reader.readInt32();
|
|
2521
|
+
break;
|
|
2460
2522
|
default:
|
|
2461
2523
|
reader.skipField();
|
|
2462
2524
|
}
|
|
@@ -2494,6 +2556,9 @@ var testsystem4;
|
|
|
2494
2556
|
if ("run_id" in data && data.run_id != void 0) {
|
|
2495
2557
|
this.run_id = data.run_id;
|
|
2496
2558
|
}
|
|
2559
|
+
if ("retry_index" in data && data.retry_index != void 0) {
|
|
2560
|
+
this.retry_index = data.retry_index;
|
|
2561
|
+
}
|
|
2497
2562
|
}
|
|
2498
2563
|
}
|
|
2499
2564
|
get test_id() {
|
|
@@ -2529,6 +2594,12 @@ var testsystem4;
|
|
|
2529
2594
|
set run_id(value) {
|
|
2530
2595
|
pb_16.Message.setField(this, 5, value);
|
|
2531
2596
|
}
|
|
2597
|
+
get retry_index() {
|
|
2598
|
+
return pb_16.Message.getFieldWithDefault(this, 6, 0);
|
|
2599
|
+
}
|
|
2600
|
+
set retry_index(value) {
|
|
2601
|
+
pb_16.Message.setField(this, 6, value);
|
|
2602
|
+
}
|
|
2532
2603
|
static fromObject(data) {
|
|
2533
2604
|
const message = new _StdOutputEventRequest({});
|
|
2534
2605
|
if (data.test_id != null) {
|
|
@@ -2546,6 +2617,9 @@ var testsystem4;
|
|
|
2546
2617
|
if (data.run_id != null) {
|
|
2547
2618
|
message.run_id = data.run_id;
|
|
2548
2619
|
}
|
|
2620
|
+
if (data.retry_index != null) {
|
|
2621
|
+
message.retry_index = data.retry_index;
|
|
2622
|
+
}
|
|
2549
2623
|
return message;
|
|
2550
2624
|
}
|
|
2551
2625
|
toObject() {
|
|
@@ -2565,6 +2639,9 @@ var testsystem4;
|
|
|
2565
2639
|
if (this.run_id != null) {
|
|
2566
2640
|
data.run_id = this.run_id;
|
|
2567
2641
|
}
|
|
2642
|
+
if (this.retry_index != null) {
|
|
2643
|
+
data.retry_index = this.retry_index;
|
|
2644
|
+
}
|
|
2568
2645
|
return data;
|
|
2569
2646
|
}
|
|
2570
2647
|
serialize(w) {
|
|
@@ -2579,6 +2656,8 @@ var testsystem4;
|
|
|
2579
2656
|
writer.writeString(4, this.test_case_run_id);
|
|
2580
2657
|
if (this.run_id.length)
|
|
2581
2658
|
writer.writeString(5, this.run_id);
|
|
2659
|
+
if (this.retry_index != 0)
|
|
2660
|
+
writer.writeInt32(6, this.retry_index);
|
|
2582
2661
|
if (!w)
|
|
2583
2662
|
return writer.getResultBuffer();
|
|
2584
2663
|
}
|
|
@@ -2603,6 +2682,9 @@ var testsystem4;
|
|
|
2603
2682
|
case 5:
|
|
2604
2683
|
message.run_id = reader.readString();
|
|
2605
2684
|
break;
|
|
2685
|
+
case 6:
|
|
2686
|
+
message.retry_index = reader.readInt32();
|
|
2687
|
+
break;
|
|
2606
2688
|
default:
|
|
2607
2689
|
reader.skipField();
|
|
2608
2690
|
}
|
|
@@ -3004,7 +3086,12 @@ var testsystem4;
|
|
|
3004
3086
|
if ("duration" in data && data.duration != void 0) {
|
|
3005
3087
|
this.duration = data.duration;
|
|
3006
3088
|
}
|
|
3089
|
+
if ("metadata" in data && data.metadata != void 0) {
|
|
3090
|
+
this.metadata = data.metadata;
|
|
3091
|
+
}
|
|
3007
3092
|
}
|
|
3093
|
+
if (!this.metadata)
|
|
3094
|
+
this.metadata = /* @__PURE__ */ new Map();
|
|
3008
3095
|
}
|
|
3009
3096
|
get run_id() {
|
|
3010
3097
|
return pb_16.Message.getFieldWithDefault(this, 1, "");
|
|
@@ -3036,6 +3123,12 @@ var testsystem4;
|
|
|
3036
3123
|
get has_duration() {
|
|
3037
3124
|
return pb_16.Message.getField(this, 4) != null;
|
|
3038
3125
|
}
|
|
3126
|
+
get metadata() {
|
|
3127
|
+
return pb_16.Message.getField(this, 5);
|
|
3128
|
+
}
|
|
3129
|
+
set metadata(value) {
|
|
3130
|
+
pb_16.Message.setField(this, 5, value);
|
|
3131
|
+
}
|
|
3039
3132
|
static fromObject(data) {
|
|
3040
3133
|
const message = new _TestRunEndEventRequest({});
|
|
3041
3134
|
if (data.run_id != null) {
|
|
@@ -3050,6 +3143,9 @@ var testsystem4;
|
|
|
3050
3143
|
if (data.duration != null) {
|
|
3051
3144
|
message.duration = google2.protobuf.Duration.fromObject(data.duration);
|
|
3052
3145
|
}
|
|
3146
|
+
if (typeof data.metadata == "object") {
|
|
3147
|
+
message.metadata = new Map(Object.entries(data.metadata));
|
|
3148
|
+
}
|
|
3053
3149
|
return message;
|
|
3054
3150
|
}
|
|
3055
3151
|
toObject() {
|
|
@@ -3066,6 +3162,9 @@ var testsystem4;
|
|
|
3066
3162
|
if (this.duration != null) {
|
|
3067
3163
|
data.duration = this.duration.toObject();
|
|
3068
3164
|
}
|
|
3165
|
+
if (this.metadata != null) {
|
|
3166
|
+
data.metadata = Object.fromEntries(this.metadata);
|
|
3167
|
+
}
|
|
3069
3168
|
return data;
|
|
3070
3169
|
}
|
|
3071
3170
|
serialize(w) {
|
|
@@ -3078,6 +3177,12 @@ var testsystem4;
|
|
|
3078
3177
|
writer.writeMessage(3, this.start_time, () => this.start_time.serialize(writer));
|
|
3079
3178
|
if (this.has_duration)
|
|
3080
3179
|
writer.writeMessage(4, this.duration, () => this.duration.serialize(writer));
|
|
3180
|
+
for (const [key, value] of this.metadata) {
|
|
3181
|
+
writer.writeMessage(5, this.metadata, () => {
|
|
3182
|
+
writer.writeString(1, key);
|
|
3183
|
+
writer.writeString(2, value);
|
|
3184
|
+
});
|
|
3185
|
+
}
|
|
3081
3186
|
if (!w)
|
|
3082
3187
|
return writer.getResultBuffer();
|
|
3083
3188
|
}
|
|
@@ -3099,6 +3204,9 @@ var testsystem4;
|
|
|
3099
3204
|
case 4:
|
|
3100
3205
|
reader.readMessage(message.duration, () => message.duration = google2.protobuf.Duration.deserialize(reader));
|
|
3101
3206
|
break;
|
|
3207
|
+
case 5:
|
|
3208
|
+
reader.readMessage(message, () => pb_16.Map.deserializeBinary(message.metadata, reader, reader.readString, reader.readString));
|
|
3209
|
+
break;
|
|
3102
3210
|
default:
|
|
3103
3211
|
reader.skipField();
|
|
3104
3212
|
}
|
|
@@ -3244,7 +3352,7 @@ var testsystem5;
|
|
|
3244
3352
|
observer2.AckResponse = _AckResponse;
|
|
3245
3353
|
class UnimplementedTestEventCollectorService {
|
|
3246
3354
|
}
|
|
3247
|
-
UnimplementedTestEventCollectorService
|
|
3355
|
+
__publicField(UnimplementedTestEventCollectorService, "definition", {
|
|
3248
3356
|
ReportRunStart: {
|
|
3249
3357
|
path: "/testsystem.v1.observer.TestEventCollector/ReportRunStart",
|
|
3250
3358
|
requestStream: false,
|
|
@@ -3362,50 +3470,50 @@ var testsystem5;
|
|
|
3362
3470
|
responseSerialize: (message) => Buffer.from(message.serialize()),
|
|
3363
3471
|
responseDeserialize: (bytes) => AckResponse.deserialize(new Uint8Array(bytes))
|
|
3364
3472
|
}
|
|
3365
|
-
};
|
|
3473
|
+
});
|
|
3366
3474
|
observer2.UnimplementedTestEventCollectorService = UnimplementedTestEventCollectorService;
|
|
3367
3475
|
class TestEventCollectorClient extends grpc_1.makeGenericClientConstructor(UnimplementedTestEventCollectorService.definition, "TestEventCollector", {}) {
|
|
3368
3476
|
constructor(address, credentials, options) {
|
|
3369
3477
|
super(address, credentials, options);
|
|
3370
|
-
this
|
|
3478
|
+
__publicField(this, "ReportRunStart", (message, metadata, options, callback) => {
|
|
3371
3479
|
return super.ReportRunStart(message, metadata, options, callback);
|
|
3372
|
-
};
|
|
3373
|
-
this
|
|
3480
|
+
});
|
|
3481
|
+
__publicField(this, "ReportSuiteBegin", (message, metadata, options, callback) => {
|
|
3374
3482
|
return super.ReportSuiteBegin(message, metadata, options, callback);
|
|
3375
|
-
};
|
|
3376
|
-
this
|
|
3483
|
+
});
|
|
3484
|
+
__publicField(this, "ReportSuiteEnd", (message, metadata, options, callback) => {
|
|
3377
3485
|
return super.ReportSuiteEnd(message, metadata, options, callback);
|
|
3378
|
-
};
|
|
3379
|
-
this
|
|
3486
|
+
});
|
|
3487
|
+
__publicField(this, "ReportTestBegin", (message, metadata, options, callback) => {
|
|
3380
3488
|
return super.ReportTestBegin(message, metadata, options, callback);
|
|
3381
|
-
};
|
|
3382
|
-
this
|
|
3489
|
+
});
|
|
3490
|
+
__publicField(this, "ReportTestEnd", (message, metadata, options, callback) => {
|
|
3383
3491
|
return super.ReportTestEnd(message, metadata, options, callback);
|
|
3384
|
-
};
|
|
3385
|
-
this
|
|
3492
|
+
});
|
|
3493
|
+
__publicField(this, "ReportStepBegin", (message, metadata, options, callback) => {
|
|
3386
3494
|
return super.ReportStepBegin(message, metadata, options, callback);
|
|
3387
|
-
};
|
|
3388
|
-
this
|
|
3495
|
+
});
|
|
3496
|
+
__publicField(this, "ReportStepEnd", (message, metadata, options, callback) => {
|
|
3389
3497
|
return super.ReportStepEnd(message, metadata, options, callback);
|
|
3390
|
-
};
|
|
3391
|
-
this
|
|
3498
|
+
});
|
|
3499
|
+
__publicField(this, "ReportTestFailure", (message, metadata, options, callback) => {
|
|
3392
3500
|
return super.ReportTestFailure(message, metadata, options, callback);
|
|
3393
|
-
};
|
|
3394
|
-
this
|
|
3501
|
+
});
|
|
3502
|
+
__publicField(this, "ReportTestError", (message, metadata, options, callback) => {
|
|
3395
3503
|
return super.ReportTestError(message, metadata, options, callback);
|
|
3396
|
-
};
|
|
3397
|
-
this
|
|
3504
|
+
});
|
|
3505
|
+
__publicField(this, "ReportStdError", (message, metadata, options, callback) => {
|
|
3398
3506
|
return super.ReportStdError(message, metadata, options, callback);
|
|
3399
|
-
};
|
|
3400
|
-
this
|
|
3507
|
+
});
|
|
3508
|
+
__publicField(this, "ReportStdOutput", (message, metadata, options, callback) => {
|
|
3401
3509
|
return super.ReportStdOutput(message, metadata, options, callback);
|
|
3402
|
-
};
|
|
3403
|
-
this
|
|
3510
|
+
});
|
|
3511
|
+
__publicField(this, "ReportRunEnd", (message, metadata, options, callback) => {
|
|
3404
3512
|
return super.ReportRunEnd(message, metadata, options, callback);
|
|
3405
|
-
};
|
|
3406
|
-
this
|
|
3513
|
+
});
|
|
3514
|
+
__publicField(this, "Heartbeat", (message, metadata, options, callback) => {
|
|
3407
3515
|
return super.Heartbeat(message, metadata, options, callback);
|
|
3408
|
-
};
|
|
3516
|
+
});
|
|
3409
3517
|
}
|
|
3410
3518
|
}
|
|
3411
3519
|
observer2.TestEventCollectorClient = TestEventCollectorClient;
|