JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
net.thucydides.core.annotations
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"