JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
com.serenitybdd.serenitymodel
net.serenitybdd.annotations
WithTag
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Optional Element Summary
Element Details
value
name
type
Annotation Type WithTag
@Retention
(
RUNTIME
)
@Target
({
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
Optional Elements
Modifier and Type
Optional Element
Description
String
name
String
type
String
value
Element Details
value
String
value
Default:
""
name
String
name
Default:
""
type
String
type
Default:
"feature"