1112131415161718
* {@link MasterServer#run(String[])} with no arguments in file, system and command line. */ @Test public final void testRun() { String[] args = {""}; MasterServer server = new MasterServer(); server.run(args); }