43444546474849
assertEquals("service:jmx:remoting-jmx://localhost:9999", jmxUrl.getJMXServiceURL()); } @Test(expectedExceptions=IllegalArgumentException.class) public void testInvalidJMXUrl() { new JMXRemotingUrl("hotrod://localhost:12345"); }