@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface TestCase
Modifier and Type | Optional Element and Description |
---|---|
boolean |
skipped
Indicate if this test level will be skipped
|
java.lang.String |
skippedMessage
Indicate why this test is skipped, it is only valid when skipped is set to true.
|
java.lang.String |
testRailComment |
java.lang.String |
testRailStatus |
int |
testRailTestCaseId |
Copyright © SAS Institute. All Rights Reserved.