Intentionally not specifying the @WebSocket annotation here
5657585960616263646566
public void testBadNotASocket() { EventDriverFactory factory = new EventDriverFactory(WebSocketPolicy.newClientPolicy()); try { NotASocket bad = new NotASocket(); // Should toss exception factory.wrap(bad); } catch (InvalidWebSocketException e) {