Uses of Class
com.trivago.cluecumber.engine.exceptions.CluecumberException
-
-
Uses of CluecumberException in com.trivago.cluecumber.engine
Methods in com.trivago.cluecumber.engine that throw CluecumberException Modifier and Type Method Description voidCluecumberEngine. build(String sourceJsonReportDirectory, String generatedHtmlReportDirectory)Cluecumber Report start method.voidCluecumberEngine. setCustomParametersFile(String customParametersFile)Set a file that contains custom parameters as properties. -
Uses of CluecumberException in com.trivago.cluecumber.engine.exceptions.filesystem
Subclasses of CluecumberException in com.trivago.cluecumber.engine.exceptions.filesystem Modifier and Type Class Description classFileCreationExceptionThrown when a file cannot be created.classMissingFileExceptionThrown when a file is not found.classPathCreationExceptionThrown when a path cannot be created. -
Uses of CluecumberException in com.trivago.cluecumber.engine.exceptions.properties
Subclasses of CluecumberException in com.trivago.cluecumber.engine.exceptions.properties Modifier and Type Class Description classWrongOrMissingPropertyExceptionThrown when an expected plugin property is not found or wrong (typically set inside a configuration block within the pom file). -
Uses of CluecumberException in com.trivago.cluecumber.engine.filesystem
Methods in com.trivago.cluecumber.engine.filesystem that throw CluecumberException Modifier and Type Method Description voidFileSystemManager. copyResource(String source, String destination)Copy file to a new location.voidFileSystemManager. copyResourceFromJar(String resourceName, String destination)Export a resource embedded into a Jar file to the local file path. -
Uses of CluecumberException in com.trivago.cluecumber.engine.json
Methods in com.trivago.cluecumber.engine.json that throw CluecumberException Modifier and Type Method Description Report[]JsonPojoConverter. convertJsonToReportPojos(String json)Turn Cucumber JSON into a report array. -
Uses of CluecumberException in com.trivago.cluecumber.engine.properties
Methods in com.trivago.cluecumber.engine.properties that throw CluecumberException Modifier and Type Method Description voidPropertyManager. setCustomParametersFile(String customParametersFile)Set the path to the custom parameter file. -
Uses of CluecumberException in com.trivago.cluecumber.engine.rendering
Methods in com.trivago.cluecumber.engine.rendering that throw CluecumberException Modifier and Type Method Description voidReportGenerator. generateReport(AllScenariosPageCollection allScenariosPageCollection)Generate the full report. -
Uses of CluecumberException in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that throw CluecumberException Modifier and Type Method Description voidAllScenariosPageCollection. accept(PageVisitor visitor)Method to accept aPageVisitor. -
Uses of CluecumberException in com.trivago.cluecumber.engine.rendering.pages.renderering
Methods in com.trivago.cluecumber.engine.rendering.pages.renderering that throw CluecumberException Modifier and Type Method Description StringAllFeaturesPageRenderer. getRenderedContent(AllFeaturesPageCollection allFeaturesPageCollection, freemarker.template.Template template)Return the rendered page content.StringAllScenariosPageRenderer. getRenderedContent(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template)Get the rendered HTML content.StringAllStepsPageRenderer. getRenderedContent(AllStepsPageCollection allStepsPageCollection, freemarker.template.Template template)Get the rendered HTML content.StringAllTagsPageRenderer. getRenderedContent(AllTagsPageCollection allTagsPageCollection, freemarker.template.Template template)Get the rendered HTML content.StringScenarioDetailsPageRenderer. getRenderedContent(ScenarioDetailsPageCollection scenarioDetailsPageCollection, freemarker.template.Template template)Get the rendered HTML content.StringStartPageRenderer. getRenderedContent(freemarker.template.Template template, StartPageCollection startPageCollection, List<Link> navigation)Return the reneder HTML content of the start page.StringTreeViewPageRenderer. getRenderedContent(AllFeaturesPageCollection allFeaturesPageCollection, AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template)Get the rendered site content.StringAllScenariosPageRenderer. getRenderedContentByFeatureFilter(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template, Feature feature)Get the rendered HTML content after applying a feature filter.StringAllScenariosPageRenderer. getRenderedContentByStepFilter(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template, Step step)Get the rendered HTML content after applying a step filter.StringAllScenariosPageRenderer. getRenderedContentByTagFilter(AllScenariosPageCollection allScenariosPageCollection, freemarker.template.Template template, Tag tag)Get the rendered HTML content after applying a tag filter.StringCustomCssRenderer. getRenderedCustomCssContent(freemarker.template.Template template)Return the completely rendered custom css content. -
Uses of CluecumberException in com.trivago.cluecumber.engine.rendering.pages.templates
Methods in com.trivago.cluecumber.engine.rendering.pages.templates that throw CluecumberException Modifier and Type Method Description freemarker.template.TemplateTemplateConfiguration. getTemplate(String templateName)Retrieve a template by template name.freemarker.template.TemplateTemplateEngine. getTemplate(TemplateEngine.Template template)Retrieve a template byTemplateEngine.Templatetype. -
Uses of CluecumberException in com.trivago.cluecumber.engine.rendering.pages.visitors
Methods in com.trivago.cluecumber.engine.rendering.pages.visitors that throw CluecumberException Modifier and Type Method Description voidVisitable. accept(PageVisitor visitor)The method to accept a visitor.voidFeatureVisitor. visit(AllScenariosPageCollection allScenariosPageCollection)The main method that is called on this visitor.voidPageVisitor. visit(AllScenariosPageCollection pageCollection)Base method for all visitable classes.voidScenarioVisitor. visit(AllScenariosPageCollection allScenariosPageCollection)The main method that is called on this visitor.voidStepVisitor. visit(AllScenariosPageCollection allScenariosPageCollection)The main method that is called on this visitor.voidTagVisitor. visit(AllScenariosPageCollection allScenariosPageCollection)The main method that is called on this visitor.
-