コード例 #1
0
ファイル: GitWebTest.java プロジェクト: RyosK38/git-plugin
 /**
  * Test method for {@link hudson.plugins.git.browser.GitWeb#getUrl()}.
  *
  * @throws MalformedURLException
  */
 public void testGetUrl() throws IOException {
   assertEquals(String.valueOf(gitwebWeb.getUrl()), GITWEB_URL);
 }