|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.testmanager.TestStatistics
public class TestStatistics
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.soda.dk.testmanager.service.TestStatisticsService |
|---|
STATS_CONFIGURATION_COUNT, STATS_CONFIGURATION_ERROR_COUNT, STATS_SCRIPT_ERROR_COUNT, STATS_TEST_CASE_COUNT, STATS_TEST_CASE_ERROR_COUNT, STATS_TEST_CASE_FAILED_COUNT, STATS_TEST_COUNT, STATS_TEST_ERROR_COUNT |
| Constructor Summary | |
|---|---|
TestStatistics()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
int |
getCount(java.lang.String key)
Get count with the specified key parameter and return the int result. |
java.lang.Integer |
getValue(java.lang.String key)
Get value with the specified key parameter and return the Integer result. |
void |
incrementCount(java.lang.String key,
int incr)
Increment count with the specified key and incr parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestStatistics()
| Method Detail |
|---|
public int getCount(java.lang.String key)
getCount in interface TestStatisticsServicekey - The key (String) parameter.
int) value.incrementCount(String,int)public java.lang.Integer getValue(java.lang.String key)
getValue in interface TestStatisticsServicekey - The key (String) parameter.
Integer) value.
public void incrementCount(java.lang.String key,
int incr)
incrementCount in interface TestStatisticsServicekey - The key (String) parameter.incr - The incr (int) parameter.getCount(String)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||