-
- Downloads
java: use the new TestRunner class in the cli
All Java tests need to implement the Test interface and be registered with TestRunner in order to be available to the test cli command. TCPEchoServerTest is no longer accessible from javascript, instead, TestRunner is now the interface of JS for running tests.
Showing
- console/tests.js 12 additions, 13 deletionsconsole/tests.js
- java/cli/com/cloudius/cli/main/RhinoCLI.java 2 additions, 2 deletionsjava/cli/com/cloudius/cli/main/RhinoCLI.java
- java/cli/com/cloudius/cli/tests/TCPEchoServerTest.java 2 additions, 21 deletionsjava/cli/com/cloudius/cli/tests/TCPEchoServerTest.java
Loading
Please register or sign in to comment