org.specrunner.annotator
Interface IAnnotator
- All Known Subinterfaces:
- IAnnotatorGroup
- All Known Implementing Classes:
- AnnotatorCssActionType, AnnotatorCssStatus, AnnotatorGroupImpl, AnnotatorLink, AnnotatorStacktrace, AnnotatorTitle
public interface IAnnotator
An annotator, an object which reflects the test result back to the
specification or provide extra information.
- Author:
- Thiago Santos
annotate
void annotate(IResultSet result)
throws AnnotatorException
- Annotates the result information.
- Parameters:
result - The result set.
- Throws:
AnnotatorException - On annotation errors.
Copyright © 2014. All rights reserved.