final public class NetworkServerTestSetup extends TestSetup (Code)
Test decorator that starts the network server on startup
and stops it on teardown.
It does not start it if the test is configured to run in
embedded mode.
Currently it will start the network server in the same VM
and it does not support starting it from a remote
machine.