Uses of Class
com.consol.citrus.docs.HtmlTestDocsGenerator
-
-
Uses of HtmlTestDocsGenerator in com.consol.citrus.docs
Methods in com.consol.citrus.docs that return HtmlTestDocsGenerator Modifier and Type Method Description static HtmlTestDocsGeneratorHtmlTestDocsGenerator. build()Builds a new test doc generator.HtmlTestDocsGeneratorHtmlTestDocsGenerator. useSrcDirectory(String testDir)Adds a custom test source directory.HtmlTestDocsGeneratorHtmlTestDocsGenerator. withColumns(String columns)Adds a column configuration.HtmlTestDocsGeneratorHtmlTestDocsGenerator. withLogo(String logoFilePath)Adds a custom logo file path.HtmlTestDocsGeneratorHtmlTestDocsGenerator. withOutputFile(String filename)Adds a custom output file.HtmlTestDocsGeneratorHtmlTestDocsGenerator. withOverviewTitle(String overvieTitle)Adds a custom overview title.HtmlTestDocsGeneratorHtmlTestDocsGenerator. withPageTitle(String pageTitle)Adds a custom page title.
-