org.jvnet.hudson.test
Annotation Type Bug


@Documented
@Target(value={METHOD,TYPE})
public @interface Bug

Marks a test case to a bug filed in the issue tracker.

Author:
Kohsuke Kawaguchi

Required Element Summary
 int value
          Issue number.
 

Element Detail

value

public abstract int value
Issue number.



Copyright © 2011. All Rights Reserved.