|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Inherited @Target(value={TYPE,FIELD,METHOD,LOCAL_VARIABLE}) @Retention(value=RUNTIME) public @interface TestDocHint
Add a hint to the interpretation of information provided by a test case.
Optional Element Summary | |
---|---|
String |
indexSortKey The sort index key. |
String |
mainSortKey The main sort index key. |
String |
sentence Allows to exactly specify the sentence that is normally derived from the test case's method name. |
public abstract String sentence
Instead of deriving the method name, the process will use the so specified sentence verbatim.
If the sentence is blank, the deriving mechanism will be used.
public abstract String mainSortKey
If added to a type, the key is passed to each test method in this type.
public abstract String indexSortKey
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |