net.thucydides.core.annotations
Annotation Type WithTag


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface WithTag

Used to indicate that a test case or test relates to a particular issue or story card in the issue tracking system.


Optional Element Summary
 String name
           
 String type
           
 String value
           
 

value

public abstract String value
Default:
""

name

public abstract String name
Default:
""

type

public abstract String type
Default:
"feature"


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.