All files / test/Ice/binding Test.js

100% Statements 71/71
100% Branches 1/1
100% Functions 0/0
100% Lines 71/71

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 721x 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 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_TestIntf_ids = [
    "::Ice::Object",
    "::Test::TestIntf"
];
 
Test.TestIntf = class extends Ice.Object {};
 
Test.TestIntfPrx = class extends Ice.ObjectPrx {};
 
Ice.TypeRegistry.declareProxyType("Test.TestIntfPrx", Test.TestIntfPrx);
 
Ice.defineOperations(
    Test.TestIntf,
    Test.TestIntfPrx,
    iceC_Test_TestIntf_ids,
    "::Test::TestIntf", {
        "getAdapterName": [, 0, , [7], , , , , ]
    });
 
const iceC_Test_RemoteObjectAdapter_ids = [
    "::Ice::Object",
    "::Test::RemoteObjectAdapter"
];
 
Test.RemoteObjectAdapter = class extends Ice.Object {};
 
Test.RemoteObjectAdapterPrx = class extends Ice.ObjectPrx {};
 
Ice.TypeRegistry.declareProxyType("Test.RemoteObjectAdapterPrx", Test.RemoteObjectAdapterPrx);
 
Ice.defineOperations(
    Test.RemoteObjectAdapter,
    Test.RemoteObjectAdapterPrx,
    iceC_Test_RemoteObjectAdapter_ids,
    "::Test::RemoteObjectAdapter", {
        "getTestIntf": [, 0, , ["Test.TestIntfPrx"], , , , , ],
        "deactivate": [, 0, , , , , , , ]
    });
 
const iceC_Test_RemoteCommunicator_ids = [
    "::Ice::Object",
    "::Test::RemoteCommunicator"
];
 
Test.RemoteCommunicator = class extends Ice.Object {};
 
Test.RemoteCommunicatorPrx = class extends Ice.ObjectPrx {};
 
Ice.TypeRegistry.declareProxyType("Test.RemoteCommunicatorPrx", Test.RemoteCommunicatorPrx);
 
Ice.defineOperations(
    Test.RemoteCommunicator,
    Test.RemoteCommunicatorPrx,
    iceC_Test_RemoteCommunicator_ids,
    "::Test::RemoteCommunicator", {
        "createObjectAdapter": [, 0, , ["Test.RemoteObjectAdapterPrx"], [[7], [7]], , , , ],
        "deactivateObjectAdapter": [, 0, , , [["Test.RemoteObjectAdapterPrx"]], , , , ],
        "shutdown": [, 0, , , , , , , ]
    });