Class Report
java.lang.Object
fr.gouv.vitam.functionaltest.cucumber.report.Report
cucumber report for an individual test
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getEnd()
getStart()
getTags()
getType()
boolean
isOK()
void
setDescription
(String description) void
setEnd
(LocalDateTime end) void
setFeature
(String feature) void
setOperationId
(String operationId) void
setStart
(LocalDateTime start) void
void
-
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
-