public interface StatusInterface
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() |
java.lang.String getTestLevel()
long getTotalRecords()
long getTestFailures()
long getTestWarnings()
long getTestPasses()
long getGeneralFailures()
long getGeneralWarnings()
long getGeneralPasses()
long getIOFailures()
long getSkippedRecords()
boolean isSuspended()
Copyright © SAS Institute. All Rights Reserved.