|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExportIndex
The export index creates the configured indexes.
Test documentation entries can be structured in more than one way.
Method Summary | |
---|---|
void |
addToIndex(UnitTestDoc testDoc) Adds the given test documentation instance to the index. |
Section<UnitTestDoc> |
getSection() Returns a reference to the root section of the index. |
String |
getSectionName() Returns the name of the section generated by this index. |
boolean |
isEmpty() Checks if this or any sub sections contains at least one item. |
Method Detail |
---|
String getSectionName()
void addToIndex(UnitTestDoc testDoc)
testDoc
- the instance to be added.
Section<UnitTestDoc> getSection()
null
.
boolean isEmpty()
true
if at least one item is in this index,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |