Class Report
java.lang.Object
fr.gouv.vitam.functionaltest.cucumber.report.Report
cucumber report for an individual test
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetEnd()getStart()getTags()getType()booleanisOK()voidsetDescription(String description) voidsetEnd(LocalDateTime end) voidsetFeature(String feature) voidsetOperationId(String operationId) voidsetStart(LocalDateTime start) voidvoid
-
Constructor Details
-
Report
public Report()
-
-
Method Details
-
getFeature
- Returns:
- name of the feature
-
setFeature
- Parameters:
feature- name of the feature
-
getOperationId
- Returns:
- id operation
-
setOperationId
- Parameters:
operationId- id operation
-
getType
- Returns:
- type
-
setType
- Parameters:
type- type
-
getDescription
- Returns:
- description
-
setDescription
- Parameters:
description- description
-
isOK
public boolean isOK()- Returns:
- true if the error list is empty, false otherwise
-
getTags
- Returns:
- list of tags
-
setTags
-
getErrors
- Returns:
- list of errors
-
addError
- Parameters:
error- add error to the errors list
-
addTag
- Parameters:
tagName- add tagName to the Tags list
-
getStart
- Returns:
- the start
-
setStart
- Parameters:
start- the start to set
-
getEnd
- Returns:
- the end
-
setEnd
- Parameters:
end- the end to set
-