Skip to content

Testing using the Autobahn Test Suite

Marcel Prestel edited this page Jul 6, 2020 · 6 revisions

You will need to install the test suite from

https://github.com/crossbario/autobahn-testsuite

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.