Exemple #1
0
 /**
  * Test method for {@link hudson.plugins.git.browser.GitWeb#getUrl()}.
  *
  * @throws MalformedURLException
  */
 public void testGetUrl() throws IOException {
   assertEquals(String.valueOf(gitwebWeb.getUrl()), GITWEB_URL);
 }