Package net.masterthought.cucumber.json
Class Hook
java.lang.Object
net.masterthought.cucumber.json.Hook
- All Implemented Interfaces:
Resultsable
-
Constructor Details
-
Hook
public Hook()
-
-
Method Details
-
getResult
- Specified by:
getResultin interfaceResultsable
-
getMatch
- Specified by:
getMatchin interfaceResultsable
-
getOutputs
- Specified by:
getOutputsin interfaceResultsable
-
getEmbeddings
-
hasContent
public boolean hasContent()Checks if the hook has content meaning as it has at least attachment or result with error message.- Returns:
trueif the hook has content otherwisefalse
-