提交 b391210d 编写于 作者: K kohsuke

adding new marker annotations to correlate tests with bug reports

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11506 71c3de6d-444a-0410-be80-ed276b4c234a
上级 42d3dc13
package org.jvnet.hudson.test;
import java.lang.annotation.Documented;
/**
* Marks a test case to a bug filed in the issue tracker.
*
* @author Kohsuke Kawaguchi
*/
@Documented
public @interface Bug {
/**
* Issue number.
......
package org.jvnet.hudson.test;
import java.lang.annotation.Documented;
/**
* Marks a test case to a bug reported in the mailing list.
*
* @author Kohsuke Kawaguchi
*/
@Documented
public @interface Email {
/**
* URL to the e-mail archive.
*
* Look for the e-mail in
* <a href="http://www.nabble.com/Hudson-users-f16872.html">http://www.nabble.com/Hudson-users-f16872.html</a> or
* <a href="http://www.nabble.com/Hudson-dev-f25543.html">http://www.nabble.com/Hudson-dev-f25543.html</a>
*/
String value();
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册