Exemplo n.º 1
0
 @Test(expected = StringIndexOutOfBoundsException.class)
 public void testconvertGithubRequestToJsonWithAnEmptyRequest() {
   this.githubRequest = RequestValues.getRequest6();
   this.hook = new JiraServiceHook(this.githubRequest);
   this.hook.convertGithubRequestToJson();
 }