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)voidCluecumberEngine. setCustomStatusColorPassed(String customStatusColorPassed)voidCluecumberEngine. setCustomStatusColorSkipped(String customStatusColorSkipped) -
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)voidPropertyManager. setCustomStatusColorPassed(String customStatusColorPassed)voidPropertyManager. setCustomStatusColorSkipped(String customStatusColorSkipped)voidPropertyManager. setGeneratedHtmlReportDirectory(String generatedHtmlReportDirectory)voidPropertyManager. setSourceJsonReportDirectory(String sourceJsonReportDirectory)
-