@Documented @Retention(value=RUNTIME) public @interface SpecTest
Modifier and Type | Optional Element and Description |
---|---|
SpecTest.STATUS |
approval
The status of the test case, pending or approved
|
String |
comment
Whether further comment that can be useful
The description property matches the spec requirement,
the comment can be used to describe whether the test only
covers part of the spec requirement
ie) Shared specRefUri
|
String[] |
coveredByGroups
List out the group values that covers the indirect test.
|
Class<?>[] |
coveredByTests
List out the test class that covers an indirect test.
|
String |
specRefUri
The URI of the spec
|
String[] |
steps
Steps needed to be taken to validate the test.
|
SpecTest.METHOD |
testMethod
Whether the test case itself has been implemented or not
|
public abstract String specRefUri
public abstract SpecTest.STATUS approval
public abstract SpecTest.METHOD testMethod
public abstract String comment
public abstract String[] steps
public abstract Class<?>[] coveredByTests
public abstract String[] coveredByGroups
Copyright © 2014 World Wide Web Consortium (W3C). All rights reserved.