* includes the permissions required to perform the actions of these
* tests. Otherwise, we'd probably have to supply a custom policy file
* and specify this using additional command line properties at server
* startup.
*/
NetworkServerTestSetup networkServerTestSetup =
new NetworkServerTestSetup (
suite, // run all tests in this class in the same setup
getCommandLineProperties(false), // need to set up JMX in JVM
new String[0], // no server arguments needed
true // wait for the server to start properly
);