• R
    Re-obtain port on every WebSocket integration test · d86e4cf2
    Rossen Stoyanchev 提交于
    This change adds a WebSocketTestServer setup method that initializes
    the server and obtains a new port.
    
    In turn AbstractWebSocketIntegrationTests invokes the new method from
    its setup method thus ensuring a new port is used on every test.
    d86e4cf2
JettyWebSocketTestServer.java 2.5 KB