public class TCLogItem extends Object
| Constructor and Description |
|---|
TCLogItem(org.json.JSONObject parent,
org.json.JSONObject obj,
File inputTempDir) |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
getCallStack() |
String |
getCaption() |
String |
getEndTime() |
long |
getEndTimeInMilliSec()
The end time of the test suit
|
String |
getId() |
String |
getInfo() |
String |
getMessage()
The message of the test case.
|
String |
getName() |
long |
getRunTime() |
long |
getStartTimeInMilliSec()
The start time of the test suit
|
int |
getStatus() |
long |
getTestRunTimeInMilliSec()
The test run time of the test case
|
String |
getTestTime() |
long |
getTestTimeInMilliSec() |
String |
getTimeStamp() |
String |
getType()
The type of the test case message.
|
public TCLogItem(org.json.JSONObject parent,
org.json.JSONObject obj,
File inputTempDir)
public String getName()
public String getId()
public String getCaption()
public long getTestRunTimeInMilliSec()
public long getStartTimeInMilliSec()
public long getEndTimeInMilliSec()
public String getType()
public String getMessage()
public int getStatus()
public long getTestTimeInMilliSec()
public String getTestTime()
public String getTimeStamp()
public String getEndTime()
public long getRunTime()
public String getInfo()
Copyright © 2016–2017. All rights reserved.