Package com.consol.citrus.docs
Class AbstractTestDocsGenerator
- java.lang.Object
-
- com.consol.citrus.docs.AbstractTestDocsGenerator
-
- All Implemented Interfaces:
TestDocsGenerator
- Direct Known Subclasses:
ExcelTestDocsGenerator,HtmlTestDocsGenerator,SvgTestDocsGenerator
public abstract class AbstractTestDocsGenerator extends Object implements TestDocsGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voiddoBody(OutputStream buffered)Generates the test documentation.abstract voiddoHeader(OutputStream buffered)Generates the test documentation.voidgenerateDoc()Generates the test documentation.StringgetSrcDirectory()protected abstract PropertiesgetTestDocProperties()Gets the test doc properties.
-
-
-
Method Detail
-
generateDoc
public void generateDoc()
Generates the test documentation.- Specified by:
generateDocin interfaceTestDocsGenerator
-
doBody
public abstract void doBody(OutputStream buffered) throws TransformerException, IOException, SAXException
Generates the test documentation.
-
doHeader
public abstract void doHeader(OutputStream buffered) throws TransformerException, IOException, SAXException
Generates the test documentation.
-
getTestDocProperties
protected abstract Properties getTestDocProperties()
Gets the test doc properties.- Returns:
-
getSrcDirectory
public String getSrcDirectory()
- Returns:
- the srcDirectory
-
-