uperl / AnyEvent-WebSocket-Client

WebSocket client for AnyEvent
9 stars 10 forks source link

decouple client/connection tests #13

Closed plicease closed 7 years ago

plicease commented 10 years ago

There should be test for the Connection (and Message) class that are completely decoupled from Client, so that we can (if need be) split Client and Connection into separate distributions (Message would go with Connection).