Exemple #1
0
  /**
   * Run the List<Integer> gatherIssueLinks(StringBuilder) method test.
   *
   * @throws Exception
   * @generatedBy CodePro at 19.03.15 01:28
   */
  @Test
  public void testGatherIssueLinks_6() throws Exception {
    StringBuilder src = new StringBuilder();

    List<Integer> result = TagReplacer.gatherIssueLinks(src);

    // add additional test code here
    assertNotNull(result);
    assertEquals(0, result.size());
  }