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