1 29 package net.sourceforge.groboutils.autodoc.v1; 30 31 32 33 34 46 public interface AutoDocIT 47 { 48 56 public void testsIssue( String methodName, long issueID ); 57 58 59 66 public void testsIssue( String methodName, String issueID ); 67 68 69 78 public void testsIssue( long issueID ); 79 80 81 90 public void testsIssue( String issueID ); 91 } 92 93 | Popular Tags |