|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ExportAdapter
interface.
OutputManager
interface.
String
argument is blank where is must no be blank.
SortKey
property.
UnitTestDoc
from a file system directory.
SourceCodeHelper
interface that is not able to determine source code locations.
true
if the given object is semantically equal to the given object,
false
otherwise.
true
if the given object is semantically equal to the given object,
false
otherwise.
true
if the given object is semantically equal to the given object,
false
otherwise.
true
if the given object is semantically equal to the given object,
false
otherwise.
true
if the given object is semantically equal to the given object,
false
otherwise.
TestDocProcessor
.
SourceCodeLocation.UNKNOWN_LOCATION
.
UnitTestDocIndex
to be globally accessible within a VM.
String.hashCode()
.
UnitTestDocIndex
.
UnitTestDoc
from multiple loaders.
JmxExportAdapterMBean
.
UnitTestDoc
to files.
String
.
String
.
String
.
SourceCodeHelper
s.
SourceCodeHelper
interface that uses the AST implementation of
com.sun.source.
SunSourceCodeHelper(Trees) - Constructor for class de.smartics.testdoc.core.source.SunSourceCodeHelper
Default constructor.
T
-
testCaseType - Variable in class de.smartics.testdoc.collect.extractor.
AbstractExtractor
-
The test case that is analyzed.
-
TestDocGenerator - Class in
de.smartics.testdoc.collect.generator
-
Run the generation of the test documentation files.
-
TestDocGenerator(TestDocGenerator.Config) - Constructor for class de.smartics.testdoc.collect.generator.
TestDocGenerator
-
Default constructor.
-
TestDocGenerator.Config - Class in
de.smartics.testdoc.collect.generator
-
The configuration to control the generation process.
-
TestDocGenerator.Config.Builder - Class in
de.smartics.testdoc.collect.generator
-
The builder to collect information and construct the config instance.
-
TestDocGenerator.Config.Builder() - Constructor for class de.smartics.testdoc.collect.generator.
TestDocGenerator.Config.Builder
-
-
TestDocMethodExtractor - Class in
de.smartics.testdoc.collect.extractor
-
Extracts unit test doc information from a specified method.
-
TestDocMethodExtractor(ExtractorConfig, ExecutableElement) - Constructor for class de.smartics.testdoc.collect.extractor.
TestDocMethodExtractor
-
Default constructor.
-
TestDocProcessor - Class in
de.smartics.testdoc.collect.processor
-
Processes
Uut
annotations.
-
TestDocProcessor() - Constructor for class de.smartics.testdoc.collect.processor.
TestDocProcessor
-
-
TestDocProperty - Enum in
de.smartics.testdoc.core
-
Provides properties for the configuration of the test doc report.
-
TestDocTypeExtractor - Class in
de.smartics.testdoc.collect.extractor
-
Extracts unit test doc information from a specified type.
-
TestDocTypeExtractor(ExtractorConfig, TypeElement) - Constructor for class de.smartics.testdoc.collect.extractor.
TestDocTypeExtractor
-
Default constructor.
-
TestDocVariableExtractor - Class in
de.smartics.testdoc.collect.extractor
-
Extracts unit test doc information from a specified variable.
-
TestDocVariableExtractor(ExtractorConfig, VariableElement) - Constructor for class de.smartics.testdoc.collect.extractor.
TestDocVariableExtractor
-
Default constructor.
-
TestMethodDoc - Class in
de.smartics.testdoc.core.doc
-
Provides information about a test method of a scenario.
-
TestMethodDoc(String, String, SourceCodeLocation, String) - Constructor for class de.smartics.testdoc.core.doc.
TestMethodDoc
-
Default constructor.
-
TestNameUtils - Interface in
de.smartics.testdoc.core.doc.names
-
Utilities to create displayable names (labels) for tests.
-
toString() - Method in class de.smartics.testdoc.core.doc.
ScenarioTestDoc
-
Returns the string representation of the object.
-
toString() - Method in class de.smartics.testdoc.core.doc.
SortKey
-
-
toString() - Method in class de.smartics.testdoc.core.doc.
TestMethodDoc
-
Delegates call to
StringBuilder.toString()
.
-
toString() - Method in class de.smartics.testdoc.core.doc.
Type
-
Returns the string representation of the object.
-
toString() - Method in class de.smartics.testdoc.core.doc.
UnitTestDoc
-
Returns the string representation of the object.
-
toString() - Method in enum de.smartics.testdoc.core.
TestDocProperty
-
Returns the string representation of the object.
-
Type - Class in
de.smartics.testdoc.core.doc
-
Stores the package and type name of a UUT type name.
-
Type(String) - Constructor for class de.smartics.testdoc.core.doc.
Type
-
Default constructor.
U
-
UnitTestDoc - Class in
de.smartics.testdoc.core.doc
-
The test documentation of a unit under test.
-
UnitTestDoc(String) - Constructor for class de.smartics.testdoc.core.doc.
UnitTestDoc
-
Convenience constructor with type name as a
String
.
-
UnitTestDoc(Type) - Constructor for class de.smartics.testdoc.core.doc.
UnitTestDoc
-
Convenience constructor with only a type.
-
UnitTestDoc(String, ScenarioTestDoc...) - Constructor for class de.smartics.testdoc.core.doc.
UnitTestDoc
-
Convenience constructor to allow adding a list of scenarios as varargs.
-
UnitTestDoc(String, List<ScenarioTestDoc>) - Constructor for class de.smartics.testdoc.core.doc.
UnitTestDoc
-
Convenience constructor to allow adding a list of scenarios with an UUT type name as
String
.
-
UnitTestDoc(Type, ScenarioTestDoc...) - Constructor for class de.smartics.testdoc.core.doc.
UnitTestDoc
-
Convenience constructor to allow adding a list of scenarios as varargs.
-
UnitTestDoc(Type, List<ScenarioTestDoc>) - Constructor for class de.smartics.testdoc.core.doc.
UnitTestDoc
-
Default constructor to allow adding a list of scenarios.
-
UnitTestDocExporter - Interface in
de.smartics.testdoc.core.export
-
Exports the test documentation to a stream.
-
UnitTestDocIndex - Class in
de.smartics.testdoc.core.doc
-
The index of all collected unit test documentation instances.
-
UnitTestDocIndex() - Constructor for class de.smartics.testdoc.core.doc.
UnitTestDocIndex
-
Default constructor.
-
UnitTestDocIndexExporter - Class in
de.smartics.testdoc.core.export
-
Exports the
UnitTestDocIndex
to a storage medium.
-
UnitTestDocIndexExporter(OutputManager) - Constructor for class de.smartics.testdoc.core.export.
UnitTestDocIndexExporter
-
Default constructor.
-
UnitTestDocNaturalComparator - Class in
de.smartics.testdoc.core.doc
-
Uses the natural order defined by
UnitTestDoc
.
-
UnitTestDocNaturalComparator() - Constructor for class de.smartics.testdoc.core.doc.
UnitTestDocNaturalComparator
-
-
UnitTestDocTypeSimpleNameComparator - Class in
de.smartics.testdoc.core.doc
-
Compares two instances of
UnitTestDoc
by the simple name of their
Type
.
-
UnitTestDocTypeSimpleNameComparator() - Constructor for class de.smartics.testdoc.core.doc.
UnitTestDocTypeSimpleNameComparator
-
-
uutExtractor - Variable in class de.smartics.testdoc.collect.extractor.
AbstractExtractor
-
Extracts UUT information.
-
UutProcess - Class in
de.smartics.testdoc.collect.processor
-
Processes the UUT annotations passed to the annotation processor.
-
UutProcess(ProcessorLogHelper, ExportAdapter, ExtractorConfig) - Constructor for class de.smartics.testdoc.collect.processor.
UutProcess
-
Default constructor.
V
-
valueOf(String) - Static method in enum de.smartics.testdoc.core.
TestDocProperty
-
Returns the enum constant of this type with the specified name.
-
values() - Static method in enum de.smartics.testdoc.core.
TestDocProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
X
-
XmlExporter - Class in
de.smartics.testdoc.core.export
-
Exports the gathered test documentation to XML.
-
XmlExporter() - Constructor for class de.smartics.testdoc.core.export.
XmlExporter
-
Convenience constructor with pretty print turned on.
-
XmlExporter(boolean) - Constructor for class de.smartics.testdoc.core.export.
XmlExporter
-
Default constructor.
A B C D E F G H I J L M O P R S T U V X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES NO FRAMES
Copyright © 2010-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.