public class AbstractEnhancedKeyword
extends step.handlers.javahandler.AbstractKeyword
Constructor and Description |
---|
AbstractEnhancedKeyword() |
Modifier and Type | Method and Description |
---|---|
void |
addErrorMessage(String errorMessage) |
String |
buildMessage(String header,
Set<String> messageParts) |
void |
checkMandatoryInputs(String... mandatoryInputs) |
void |
failWithErrorMessage(String errorMessage) |
void |
failWithErrorMessage(String errorMessage,
boolean withLog,
boolean withTrace) |
void |
failWithException(Exception e) |
void |
failWithException(Exception e,
boolean withLog,
boolean withStackStrace) |
protected void |
setFailed() |
protected void |
setSuccess() |
static void |
stopMeasureWithMeta(step.functions.io.OutputBuilder output) |
public static void stopMeasureWithMeta(step.functions.io.OutputBuilder output)
public void checkMandatoryInputs(String... mandatoryInputs)
public void failWithException(Exception e)
public void failWithException(Exception e, boolean withLog, boolean withStackStrace)
public void failWithErrorMessage(String errorMessage)
public void failWithErrorMessage(String errorMessage, boolean withLog, boolean withTrace)
public void addErrorMessage(String errorMessage)
protected void setSuccess()
protected void setFailed()
Copyright © 2020. All rights reserved.