Skip to content

Testing using the Autobahn Test Suite

Marcel Prestel edited this page Dec 24, 2017 · 6 revisions

You will need to install the test suite from

http://autobahn.ws/

and the use the following classes from the example folder

AutobahnClientTest.java to test the Java-WebSocket client and
AutobahnServerTest.java to test the Java-WebSocket server.