public class StatusInfo extends java.lang.Object implements StatusInterface
Modifier and Type | Field and Description |
---|---|
protected long |
generalfailures |
protected long |
generalpasses |
protected long |
generalwarnings |
protected long |
iofailures |
protected long |
skippedrecords |
protected boolean |
suspended |
protected long |
testfailures |
protected java.lang.String |
testlevel |
protected long |
testpasses |
protected long |
testwarnings |
protected long |
totalrecords |
Constructor and Description |
---|
StatusInfo()
Constructor for StatusInfo to produce a new all-zeros set of counts.
|
StatusInfo(java.lang.String testlevel,
long totalrecords,
long skippedrecords,
long iofailures,
long testfailures,
long testwarnings,
long testpasses,
long generalfailures,
long generalwarnings,
long generalpasses,
boolean suspended)
Constructor for StatusInfo to pre-initilize non-zero counts in a new instance.
|
Modifier and Type | Method and Description |
---|---|
long |
getGeneralFailures() |
long |
getGeneralPasses() |
long |
getGeneralWarnings() |
long |
getIOFailures() |
long |
getSkippedRecords() |
long |
getTestFailures() |
java.lang.String |
getTestLevel()
CYCLE, SUITE, STEP, or a Unique ID.
|
long |
getTestPasses() |
long |
getTestWarnings() |
long |
getTotalRecords() |
boolean |
isSuspended() |
void |
setTestLevel(java.lang.String testlevel)
Set the Test Level for this instance.
|
protected boolean suspended
protected java.lang.String testlevel
protected long totalrecords
protected long skippedrecords
protected long iofailures
protected long testfailures
protected long testwarnings
protected long testpasses
protected long generalfailures
protected long generalwarnings
protected long generalpasses
public StatusInfo()
public StatusInfo(java.lang.String testlevel, long totalrecords, long skippedrecords, long iofailures, long testfailures, long testwarnings, long testpasses, long generalfailures, long generalwarnings, long generalpasses, boolean suspended)
public boolean isSuspended()
isSuspended
in interface StatusInterface
public void setTestLevel(java.lang.String testlevel)
public java.lang.String getTestLevel()
StatusInterface
getTestLevel
in interface StatusInterface
StatusInterface.getTestLevel()
public long getTotalRecords()
getTotalRecords
in interface StatusInterface
StatusInterface.getTotalRecords()
public long getTestFailures()
getTestFailures
in interface StatusInterface
StatusInterface.getTestFailures()
public long getTestWarnings()
getTestWarnings
in interface StatusInterface
StatusInterface.getTestWarnings()
public long getTestPasses()
getTestPasses
in interface StatusInterface
StatusInterface.getTestPasses()
public long getGeneralFailures()
getGeneralFailures
in interface StatusInterface
StatusInterface.getGeneralFailures()
public long getGeneralWarnings()
getGeneralWarnings
in interface StatusInterface
StatusInterface.getGeneralWarnings()
public long getGeneralPasses()
getGeneralPasses
in interface StatusInterface
StatusInterface.getGeneralPasses()
public long getIOFailures()
getIOFailures
in interface StatusInterface
StatusInterface.getIOFailures()
public long getSkippedRecords()
getSkippedRecords
in interface StatusInterface
StatusInterface.getSkippedRecords()
Copyright © SAS Institute. All Rights Reserved.