1.0.0

org.eclipse.soda.dk.testmanager.service
Interface TestStatisticsService

All Known Implementing Classes:
TestStatistics

public interface TestStatisticsService

Since:
1.0
Version:
1.2.0

Field Summary
static java.lang.String STATS_CONFIGURATION_COUNT
          Define the stats configuration count (String) constant.
static java.lang.String STATS_CONFIGURATION_ERROR_COUNT
          Define the stats configuration error count (String) constant.
static java.lang.String STATS_SCRIPT_ERROR_COUNT
          Define the stats script error count (String) constant.
static java.lang.String STATS_TEST_CASE_COUNT
          Define the stats test case count (String) constant.
static java.lang.String STATS_TEST_CASE_ERROR_COUNT
          Define the stats test case error count (String) constant.
static java.lang.String STATS_TEST_CASE_FAILED_COUNT
          Define the stats test case failed count (String) constant.
static java.lang.String STATS_TEST_COUNT
          Define the stats test count (String) constant.
static java.lang.String STATS_TEST_ERROR_COUNT
          Define the stats test error count (String) constant.
 
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.
 

Field Detail

STATS_SCRIPT_ERROR_COUNT

static final java.lang.String STATS_SCRIPT_ERROR_COUNT
Define the stats script error count (String) constant.

See Also:
Constant Field Values

STATS_TEST_COUNT

static final java.lang.String STATS_TEST_COUNT
Define the stats test count (String) constant.

See Also:
Constant Field Values

STATS_TEST_ERROR_COUNT

static final java.lang.String STATS_TEST_ERROR_COUNT
Define the stats test error count (String) constant.

See Also:
Constant Field Values

STATS_CONFIGURATION_COUNT

static final java.lang.String STATS_CONFIGURATION_COUNT
Define the stats configuration count (String) constant.

See Also:
Constant Field Values

STATS_CONFIGURATION_ERROR_COUNT

static final java.lang.String STATS_CONFIGURATION_ERROR_COUNT
Define the stats configuration error count (String) constant.

See Also:
Constant Field Values

STATS_TEST_CASE_COUNT

static final java.lang.String STATS_TEST_CASE_COUNT
Define the stats test case count (String) constant.

See Also:
Constant Field Values

STATS_TEST_CASE_FAILED_COUNT

static final java.lang.String STATS_TEST_CASE_FAILED_COUNT
Define the stats test case failed count (String) constant.

See Also:
Constant Field Values

STATS_TEST_CASE_ERROR_COUNT

static final java.lang.String STATS_TEST_CASE_ERROR_COUNT
Define the stats test case error count (String) constant.

See Also:
Constant Field Values
Method Detail

getCount

int getCount(java.lang.String key)
Get count with the specified key parameter and return the int result.

Parameters:
key - The key (String) parameter.
Returns:
Results of the get count (int) value.
See Also:
incrementCount(String,int)

getValue

java.lang.Integer getValue(java.lang.String key)
Get value with the specified key parameter and return the Integer result.

Parameters:
key - The key (String) parameter.
Returns:
Results of the get value (Integer) value.

incrementCount

void incrementCount(java.lang.String key,
                    int incr)
Increment count with the specified key and incr parameters.

Parameters:
key - The key (String) parameter.
incr - The incr (int) parameter.
See Also:
getCount(String)

1.0.0

Copyright (c) 2007, 2009 IBM