Exemplo n.º 1
0
 /**
  * Test method for {@link hudson.plugins.git.browser.RhodeCode#getUrl()}.
  *
  * @throws MalformedURLException
  */
 public void testGetUrl() throws MalformedURLException {
   assertEquals(String.valueOf(rhodecode.getUrl()), RHODECODE_URL + "/");
 }