|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.testdoc.report.index.UutNameIndex
public class UutNameIndex
Generates an index on the names of the UUTs.
Field Summary | |
---|---|
static String |
SECTION_NAME The name of the section generated by this index. |
Constructor Summary | |
---|---|
UutNameIndex() Default constructor. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SECTION_NAME
The value of this constant is "uutName".
"uutName"
Constructor Detail |
---|
public UutNameIndex()
Method Detail |
---|
public String getSectionName()
getSectionName
in interface
ExportIndex
ExportIndex.getSectionName()
public void addToIndex(UnitTestDoc testDoc)
addToIndex
in interface
ExportIndex
testDoc
- the instance to be added.
ExportIndex.addToIndex(de.smartics.testdoc.core.doc.UnitTestDoc)
public Section<UnitTestDoc> getSection()
getSection
in interface
ExportIndex
null
.
ExportIndex.getSection()
public boolean isEmpty()
isEmpty
in interface
ExportIndex
true
if at least one item is in this index,
false
otherwise.
ExportIndex.isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |