Uses of Class
com.trivago.cluecumber.engine.exceptions.properties.WrongOrMissingPropertyException
-
Packages that use WrongOrMissingPropertyException Package Description com.trivago.cluecumber.engine com.trivago.cluecumber.engine.properties -
-
Uses of WrongOrMissingPropertyException in com.trivago.cluecumber.engine
Methods in com.trivago.cluecumber.engine that throw WrongOrMissingPropertyException Modifier and Type Method Description voidCluecumberEngine. setCustomStatusColorFailed(String customStatusColorFailed)Set a custom color for failed scenarios.voidCluecumberEngine. setCustomStatusColorPassed(String customStatusColorPassed)Set a custom color for passed scenarios.voidCluecumberEngine. setCustomStatusColorSkipped(String customStatusColorSkipped)Set a custom color for skipped scenarios. -
Uses of WrongOrMissingPropertyException in com.trivago.cluecumber.engine.properties
Methods in com.trivago.cluecumber.engine.properties that throw WrongOrMissingPropertyException Modifier and Type Method Description voidPropertyManager. setCustomStatusColorFailed(String customStatusColorFailed)Set a custom hex color for failed elements.voidPropertyManager. setCustomStatusColorPassed(String customStatusColorPassed)Set a custom hex color for passed elements.voidPropertyManager. setCustomStatusColorSkipped(String customStatusColorSkipped)Set a custom hex color for skipped elements.voidPropertyManager. setGeneratedHtmlReportDirectory(String generatedHtmlReportDirectory)Set the root directory of the target HTML report.voidPropertyManager. setSourceJsonReportDirectory(String sourceJsonReportDirectory)Set the root directory of the source JSON files.
-