public class StatusReport extends Tag
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
dateTime |
protected java.lang.String |
name
The name of this status report
|
protected boolean |
stopped
If the test level has stopped
|
Constructor and Description |
---|
StatusReport() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(StatusItem item) |
int |
countGeneralTestFailures() |
int |
countGeneralTestPassed() |
int |
countGeneralTests() |
int |
countGeneralTestWarnings() |
int |
countIOFailures() |
int |
countSkipped() |
int |
countTestFailures() |
int |
countTestPassed() |
int |
countTests() |
int |
countTestWarnings() |
int |
countTotalRecords() |
java.lang.String |
getDateTime() |
StatusItem |
getItems(java.lang.String type) |
java.lang.String |
getName() |
boolean |
isStopped() |
void |
setDateTime(java.lang.String dateTime) |
void |
setName(java.lang.String name) |
void |
setStopped(boolean stopped) |
getDetails, getTagName, getText, setDetails, setTagName, setText
protected java.lang.String name
protected java.lang.String dateTime
protected boolean stopped
public StatusItem getItems(java.lang.String type)
public void addItem(StatusItem item)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDateTime()
public void setDateTime(java.lang.String dateTime)
public boolean isStopped()
public void setStopped(boolean stopped)
public int countTotalRecords()
public int countSkipped()
public int countTests()
public int countTestPassed()
public int countTestWarnings()
public int countTestFailures()
public int countGeneralTests()
public int countGeneralTestPassed()
public int countGeneralTestWarnings()
public int countGeneralTestFailures()
public int countIOFailures()
Copyright © SAS Institute. All Rights Reserved.