@ExportedBean public class TcLogInfo extends Object implements Serializable
Constructor and Description |
---|
TcLogInfo(long startTime,
long stopTime,
int testCount,
int errorCount,
int warningCount) |
Modifier and Type | Method and Description |
---|---|
String |
formatStartTime() |
String |
formatStopTime() |
String |
formatTestDuration() |
int |
getErrorCount() |
long |
getStartTime() |
long |
getStopTime() |
int |
getTestCount() |
long |
getTestDuration() |
int |
getWarningCount() |
String |
getXML() |
void |
setXML(String XML) |
public TcLogInfo(long startTime, long stopTime, int testCount, int errorCount, int warningCount)
@Exported(name="timestamp") public long getStartTime()
public long getStopTime()
@Exported(name="duration") public long getTestDuration()
public int getTestCount()
@Exported(name="errors") public int getErrorCount()
@Exported(name="warnings") public int getWarningCount()
public String formatStartTime()
public String formatStopTime()
public String formatTestDuration()
public String getXML()
public void setXML(String XML)
Copyright © 2016–2020. All rights reserved.