All files / test/Ice/idleTimeout Test.js

95% Statements 76/80
100% Branches 2/2
50% Functions 1/2
95% Lines 76/80

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 811x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x         1x 1x 1x 1x 3x 3x 3x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x  
// Copyright (c) ZeroC, Inc.
 
// slice2js version 3.9.0-alpha.0
// <auto-generated>Generated from Slice file 'Test.ice'.</auto-generated>
 
/* eslint-disable */
/* jshint ignore: start */
 
import { Ice } from "@zeroc/ice";
 
export const Test = {};
 
const iceC_Test_DelayedTestIntf_ids = [
    "::Ice::Object",
    "::Test::DelayedTestIntf"
];
 
Test.DelayedTestIntf = class extends Ice.Object {};
 
Test.DelayedTestIntfPrx = class extends Ice.ObjectPrx {};
 
Ice.TypeRegistry.declareProxyType("Test.DelayedTestIntfPrx", Test.DelayedTestIntfPrx);
 
Ice.defineOperations(
    Test.DelayedTestIntf,
    Test.DelayedTestIntfPrx,
    iceC_Test_DelayedTestIntf_ids,
    "::Test::DelayedTestIntf", {
        "sleep": [, 0, , , [[3]], , , , ]
    });
 
const iceC_Test_TestIntf_ids = [
    "::Ice::Object",
    "::Test::DelayedTestIntf",
    "::Test::TestIntf"
];
 
Test.TestIntf = class extends Ice.Object {
    static get _iceImplements() {
        return [
            Test.DelayedTestIntf
        ];
    }
};
 
Test.TestIntfPrx = class extends Ice.ObjectPrx {
    static get _implements() {
        return [
            Test.DelayedTestIntfPrx];
    }
};
 
Ice.TypeRegistry.declareProxyType("Test.TestIntfPrx", Test.TestIntfPrx);
 
Ice.defineOperations(
    Test.TestIntf,
    Test.TestIntfPrx,
    iceC_Test_TestIntf_ids,
    "::Test::TestIntf", {
        "shutdown": [, 0, , , , , , , ]
    });
 
const iceC_Test_TestIntfBidir_ids = [
    "::Ice::Object",
    "::Test::TestIntfBidir"
];
 
Test.TestIntfBidir = class extends Ice.Object {};
 
Test.TestIntfBidirPrx = class extends Ice.ObjectPrx {};
 
Ice.TypeRegistry.declareProxyType("Test.TestIntfBidirPrx", Test.TestIntfBidirPrx);
 
Ice.defineOperations(
    Test.TestIntfBidir,
    Test.TestIntfBidirPrx,
    iceC_Test_TestIntfBidir_ids,
    "::Test::TestIntfBidir", {
        "makeSleep": [, 0, , , [[1], [3], ["Test.DelayedTestIntfPrx"]], , , , ]
    });