Uses of Class
com.trivago.cluecumber.engine.constants.Status
-
-
Uses of Status in com.trivago.cluecumber.engine.constants
Fields in com.trivago.cluecumber.engine.constants with type parameters of type Status Modifier and Type Field Description static List<Status>Status. BASIC_STATESThe three basic states: passed, failed and skipped.Methods in com.trivago.cluecumber.engine.constants that return Status Modifier and Type Method Description StatusStatus. basicStatus()Get a status enum from a status string.static StatusStatus. fromString(String status)Get a status enum from a status string.static StatusStatus. getHighestBasicState(Set<Status> allStates)Return the highest status from the given list of states.static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.trivago.cluecumber.engine.constants with parameters of type Status Modifier and Type Method Description StringChartConfiguration. getColorRgbaStringByStatus(Status status)Get the RGBA color string by status.Method parameters in com.trivago.cluecumber.engine.constants with type arguments of type Status Modifier and Type Method Description static StatusStatus. getHighestBasicState(Set<Status> allStates)Return the highest status from the given list of states. -
Uses of Status in com.trivago.cluecumber.engine.json.pojo
Methods in com.trivago.cluecumber.engine.json.pojo that return Status Modifier and Type Method Description StatusResultMatch. getConsolidatedStatus()Get the basic status (passed, failed, skipped).StatusElement. getStatus()Get the overall scenario status based on its step results.StatusResultMatch. getStatus()Get the status. -
Uses of Status in com.trivago.cluecumber.engine.rendering.pages.charts
Methods in com.trivago.cluecumber.engine.rendering.pages.charts with parameters of type Status Modifier and Type Method Description PieChartBuilderPieChartBuilder. addValue(int value, Status status)Add a new value for a specific status.StackedBarChartBuilderStackedBarChartBuilder. addValues(List<Float> values, Status status)Add values of a specific status to the chart. -
Uses of Status in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Status Modifier and Type Method Description voidScenarioSummaryPageCollection. addScenarioIndexByStatus(Status status, int scenarioIndex)Add a specific scenario index to an associated status.
-