@Governor @Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface TestSpec
| Modifier and Type | Optional Element and Description |
|---|---|
String |
assertion |
String |
author |
String |
feature |
String |
issue |
String |
prerequisites |
Status |
status
If this is set to
Status.MANUAL, the annotated test method will be skipped from the execution. |
String[] |
steps |
String |
test |
public abstract String feature
public abstract String test
public abstract String prerequisites
public abstract String[] steps
public abstract String assertion
public abstract String issue
public abstract Status status
Status.MANUAL, the annotated test method will be skipped from the execution.public abstract String author
Copyright © 2015 JBoss by Red Hat. All rights reserved.