Home
last modified time | relevance | path

Searched refs:asPingResponse (Results 1 – 1 of 1) sorted by relevance

/dports/net/evans/evans-0.9.1/vendor/github.com/improbable-eng/grpc-web/integration_test/ts/src/
H A Dunary.spec.ts79 const asPingResponse: PingResponse = message as PingResponse; constant
80 assert.deepEqual(asPingResponse.getValue(), "hello world");
81 assert.deepEqual(asPingResponse.getCounter(), 252);
158 const asPingResponse: PingResponse = message as PingResponse; constant
159 assert.deepEqual(asPingResponse.getValue(), "hello world");
160 assert.deepEqual(asPingResponse.getCounter(), 252);