JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
de.qytera.qtaf.testrail.annotations
Annotation Interface TestRail
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
TestRail
An annotation describing TestRail test cases.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
runId
ID of a test run.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
caseId
ID of the test case.
Element Details
runId
String
runId
ID of a test run. It's like a test plan ID.
Returns:
test run ID
caseId
String
[]
caseId
ID of the test case.
Returns:
test case ID
Default:
{""}