Serialized Form


Package de.smartics.testdoc.report.index

Class de.smartics.testdoc.report.index.ExportMultiIndex extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

indexes

List<E> indexes
The list of indexes the multi index cares for.

Class de.smartics.testdoc.report.index.StaticSection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name of this section. Must not be null.

 

properties

Map<K,V> properties
The properties associated with this section.

 

subSections

List<E> subSections
The list of sub sections to this section.

 

items

List<E> items
The test documentation instances associated with this section.

 

Class de.smartics.testdoc.report.index.UutNameIndex extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

index

Map<K,V> index
The index is ordered by the natural order of UUT type names.

 

Class de.smartics.testdoc.report.index.UutPackageIndex extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

index

Map<K,V> index
The index is ordered by the natural order of package names and within that by the natural order of type names.

 

Package de.smartics.testdoc.report.junit

Class de.smartics.testdoc.report.junit.JUnitTestCaseDoc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

testMethods

Map<K,V> testMethods
The collection of test methods owned by this test case.

The key is the name of the test method.

Class de.smartics.testdoc.report.junit.JUnitTestMethodDoc extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

resultType

JUnitTestMethodDoc.ResultType resultType
The result type of the test case.

 

time

String time
The reported duration of the test case execution.

 

testCaseType

Type testCaseType
The type of the test case class that contains the test method.

 

testMethodName

String testMethodName
The name of the test method.

 

Class de.smartics.testdoc.report.junit.TestCaseReportException extends Exception implements Serializable

serialVersionUID: 1L


Package de.smartics.testdoc.report.resource

Class de.smartics.testdoc.report.resource.CategoryResource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

label

String label
The label of the category to be displayed.


iconLocation

URL iconLocation
The location of the category icon.

Class de.smartics.testdoc.report.resource.IconNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

iconId

String iconId
The identifier of the icon that has not been found.

 



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