public class ImportLog extends Object
| Constructor and Description |
|---|
ImportLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogEntry(LogEntry logEntry) |
void |
appendLogTrain(LogTrain train) |
Collection<LogEntry> |
findAllFor(EntityType type) |
int |
getCoverageFailures() |
int |
getCoverageSuccesses() |
int |
getCoverageWarnings() |
int |
getDatasetFailures() |
int |
getDatasetSuccesses() |
int |
getDatasetWarnings() |
static org.slf4j.Logger |
getLogger() |
int |
getParameterFailures() |
int |
getParameterSuccesses() |
int |
getParameterWarnings() |
String |
getReportUrl() |
int |
getReqlinksFailures() |
int |
getReqlinksSuccesses() |
int |
getReqlinksWarnings() |
int |
getRequirementVersionFailures() |
int |
getRequirementVersionSuccesses() |
int |
getRequirementVersionWarnings() |
String |
getStatus() |
int |
getTestCaseFailures() |
int |
getTestCaseSuccesses() |
int |
getTestCaseWarnings() |
int |
getTestStepFailures() |
int |
getTestStepSuccesses() |
int |
getTestStepWarnings() |
boolean |
isEmpty() |
void |
packLogs()
The logs for the datasets also contain the logs for the dataset parameter values.
|
void |
recompute() |
void |
setReportUrl(String reportURL) |
public void addLogEntry(LogEntry logEntry)
public void appendLogTrain(LogTrain train)
public Collection<LogEntry> findAllFor(EntityType type)
public boolean isEmpty()
public void packLogs()
The logs for the datasets also contain the logs for the dataset parameter values. Since they were inserted separately we need to purge them from redundant informations.
To ensure consistency we need to check that, for each imported line, there can be a log entry with status OK if this is the unique log entry for that line. From a procedural point of view we need, for each imported lines, to remove a log entry if it has a status OK and :
public void recompute()
public int getTestCaseSuccesses()
public int getTestCaseWarnings()
public int getTestCaseFailures()
public int getTestStepSuccesses()
public int getTestStepWarnings()
public int getTestStepFailures()
public int getParameterSuccesses()
public int getParameterWarnings()
public int getParameterFailures()
public int getDatasetSuccesses()
public int getDatasetWarnings()
public int getDatasetFailures()
public int getRequirementVersionSuccesses()
public int getRequirementVersionWarnings()
public int getRequirementVersionFailures()
public String getReportUrl()
public void setReportUrl(String reportURL)
public String getStatus()
public int getCoverageSuccesses()
public int getCoverageWarnings()
public int getCoverageFailures()
public static org.slf4j.Logger getLogger()
public int getReqlinksSuccesses()
public int getReqlinksWarnings()
public int getReqlinksFailures()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.