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 |
getDatasetFailures() |
int |
getDatasetSuccesses() |
int |
getDatasetWarnings() |
int |
getParameterFailures() |
int |
getParameterSuccesses() |
int |
getParameterWarnings() |
String |
getReportUrl() |
String |
getStatus() |
int |
getTestCaseFailures() |
int |
getTestCaseSuccesses() |
int |
getTestCaseWarnings() |
int |
getTestStepFailures() |
int |
getTestStepSuccesses() |
int |
getTestStepWarnings() |
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 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 String getReportUrl()
public void setReportUrl(String reportURL)
public String getStatus()
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.