angular-websocket icon indicating copy to clipboard operation
angular-websocket copied to clipboard

Cannot test onOpen function

Open millerf opened this issue 9 years ago • 0 comments

Hi there,

Thanks a lot for this great great library.

I am doing a e2e test with Jasmine. And I cannot seem to fake a connection and have the websocket onOpen() event function called.

I am looking for the same kind of functions httpBackend provides, such as : $httpBackend.whenJSONP(url) .respond(responseSent)

Something like: $websocketBackend.expectConnect(url).and.connectWithMessage(msg) and $websocketBackend.fakeReceive(msg)

Would that be possible? I am happy to help if needed.

Thanks

millerf avatar Oct 11 '16 16:10 millerf