public class Reports extends Object
Constructor and Description |
---|
Reports()
constructor
|
Modifier and Type | Method and Description |
---|---|
void |
add(Report report) |
LocalDateTime |
getEnd() |
long |
getNumberOfTestKO() |
long |
getNumberOfTestOK() |
List<Report> |
getReports() |
LocalDateTime |
getStart() |
void |
setEnd(LocalDateTime end) |
public long getNumberOfTestOK()
public long getNumberOfTestKO()
public void add(Report report)
report
- add an individual reportpublic LocalDateTime getEnd()
public void setEnd(LocalDateTime end)
end
- the end to setpublic LocalDateTime getStart()
Copyright © 2018 Vitam. All rights reserved.