Package | Description |
---|---|
org.safs.tools.counters |
Modifier and Type | Class and Description |
---|---|
class |
UniqueStringCounterInfo |
Modifier and Type | Method and Description |
---|---|
void |
SAFSCOUNTERS.incrementAllCounters(UniqueCounterInterface testlevel,
long status) |
void |
CountersInterface.incrementAllCounters(UniqueCounterInterface testlevel,
long status)
Increment the Total Records and the appropriate status count for ALL counters.
|
long |
SAFSCOUNTERS.incrementGeneralFailures(UniqueCounterInterface counter) |
long |
CountersInterface.incrementGeneralFailures(UniqueCounterInterface counter)
Increment the Total Records and General Failures count for the counter.
|
long |
SAFSCOUNTERS.incrementGeneralPasses(UniqueCounterInterface counter) |
long |
CountersInterface.incrementGeneralPasses(UniqueCounterInterface counter)
Increment the Total Records and General Passes count for the counter.
|
long |
SAFSCOUNTERS.incrementGeneralWarnings(UniqueCounterInterface counter) |
long |
CountersInterface.incrementGeneralWarnings(UniqueCounterInterface counter)
Increment the Total Records and General Warnings count for the counter.
|
long |
SAFSCOUNTERS.incrementIOFailures(UniqueCounterInterface counter) |
long |
CountersInterface.incrementIOFailures(UniqueCounterInterface counter)
Increment the Total Records and IO Failure Records count for the counter.
|
long |
SAFSCOUNTERS.incrementSkippedRecords(UniqueCounterInterface counter) |
long |
CountersInterface.incrementSkippedRecords(UniqueCounterInterface counter)
Increment the Total Records and Skipped Records count for the counter.
|
long |
SAFSCOUNTERS.incrementTestFailures(UniqueCounterInterface counter) |
long |
CountersInterface.incrementTestFailures(UniqueCounterInterface counter)
Increment the Total Records and Test Failures count for the counter.
|
long |
SAFSCOUNTERS.incrementTestIOFailures(UniqueCounterInterface counter) |
long |
CountersInterface.incrementTestIOFailures(UniqueCounterInterface counter)
Increment the Total Records, Test Failures, and IO Failure Records count for the counter.
|
long |
SAFSCOUNTERS.incrementTestPasses(UniqueCounterInterface counter) |
long |
CountersInterface.incrementTestPasses(UniqueCounterInterface counter)
Increment the Total Records and Test Passes count for the counter.
|
long |
SAFSCOUNTERS.incrementTestWarnings(UniqueCounterInterface counter) |
long |
CountersInterface.incrementTestWarnings(UniqueCounterInterface counter)
Increment the Total Records and Test Warnings count for the counter.
|
Copyright © SAS Institute. All Rights Reserved.