public abstract class AbstractTestDocsGenerator extends Object implements TestDocsGenerator
| Modifier and Type | Method and Description |
|---|---|
abstract void |
doBody(OutputStream buffered)
Generates the test documentation.
|
abstract void |
doHeader(OutputStream buffered)
Generates the test documentation.
|
void |
generateDoc()
Generates the test documentation.
|
String |
getSrcDirectory() |
protected abstract Properties |
getTestDocProperties()
Gets the test doc properties.
|
public void generateDoc()
generateDoc in interface TestDocsGeneratorpublic abstract void doBody(OutputStream buffered) throws TransformerException, IOException, SAXException
public abstract void doHeader(OutputStream buffered) throws TransformerException, IOException, SAXException
protected abstract Properties getTestDocProperties()
public String getSrcDirectory()
Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.