| Package | Description |
|---|---|
| org.specrunner.annotator | |
| org.specrunner.annotator.core | |
| org.specrunner.core.pipes |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAnnotatorGroup
A group of annotators.
|
| Modifier and Type | Method and Description |
|---|---|
IAnnotator |
IAnnotatorFactory.newAnnotator()
Creates an annotator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatorCssActionType
Add CSS style related to action type.
|
class |
AnnotatorCssStatus
Add CSS style related to result status.
|
class |
AnnotatorGroupImpl
Default annotator group implementation.
|
class |
AnnotatorLink
Add a anchor link (relative) to errors.
|
class |
AnnotatorStacktrace
Add stack traces to nodes with errors.
|
class |
AnnotatorTitle
Add/Append title with result information.
|
| Modifier and Type | Field and Description |
|---|---|
protected IAnnotator |
AnnotatorFactoryImpl.annotator
Reused annotator.
|
| Modifier and Type | Method and Description |
|---|---|
IAnnotator |
AnnotatorFactoryImpl.getAnnotator()
Gets the annotator.
|
IAnnotator |
AnnotatorFactoryImpl.newAnnotator() |
IAnnotator |
AnnotatorFactoryGroupImpl.newAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotatorFactoryImpl.setAnnotator(IAnnotator annotator)
Set the annotator.
|
| Constructor and Description |
|---|
AnnotatorFactoryImpl(IAnnotator annotator)
Creates a new annotator factory.
|
| Modifier and Type | Method and Description |
|---|---|
protected IAnnotator |
PipeAnnotator.createAnnotator()
Creates an annotator instance.
|
static IAnnotator |
PipeAnnotator.lookup(IChannel channel)
Look for the object into the channel.
|
| Modifier and Type | Method and Description |
|---|---|
static IChannel |
PipeAnnotator.bind(IChannel channel,
IAnnotator obj)
Bind the object to the channel.
|
Copyright © 2016. All rights reserved.