(final String... args)
| 18 | */ |
| 19 | public final class BaseXClientTest extends BaseXTest { |
| 20 | @Override |
| 21 | protected String run(final String... args) throws IOException { |
| 22 | return run(args, new String[0]); |
| 23 | } |
| 24 | |
| 25 | /** |
| 26 | * Test client with different port. |
no test coverage detected