de.smartics.testdoc.report.index
Class UutNameIndex

Package class diagram package UutNameIndex
java.lang.Object
  extended by de.smartics.testdoc.report.index.UutNameIndex
All Implemented Interfaces:
ExportIndex, Serializable

public class UutNameIndex
     
     
extends Object
implements ExportIndex

Generates an index on the names of the UUTs.

Author:
Robert Reiner
See Also:
Serialized Form

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

SECTION_NAME

public static final String SECTION_NAME
The name of the section generated by this index.

The value of this constant is "uutName".

Constant Field Value:
"uutName"
Constructor Detail

UutNameIndex

public UutNameIndex()
Default constructor.

Method Detail

getSectionName

public String getSectionName()
Returns the name of the section generated by this index.

Specified by:
getSectionName in interface ExportIndex
Returns:
the name of the generated section.
See Also:
ExportIndex.getSectionName()

addToIndex

public void addToIndex(UnitTestDoc testDoc)
Adds the given test documentation instance to the index.

Specified by:
addToIndex in interface ExportIndex
Parameters:
testDoc - the instance to be added.
See Also:
ExportIndex.addToIndex(de.smartics.testdoc.core.doc.UnitTestDoc)

getSection

public Section<UnitTestDoc> getSection()
Returns a reference to the root section of the index.

Specified by:
getSection in interface ExportIndex
Returns:
a reference to the root section of the index. Never returns null.
See Also:
ExportIndex.getSection()

isEmpty

public boolean isEmpty()
Checks if this or any sub sections contains at least one item.

Specified by:
isEmpty in interface ExportIndex
Returns:
true if at least one item is in this index, false otherwise.
See Also:
ExportIndex.isEmpty()


Copyright © 2010-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.