Пример #1
0
 @Test(expected = NullPointerException.class)
 public void testInterWikiThrowsNullPointerException() throws Throwable {
   LinkUtil.interWiki(null);
 }