Interface
caplin.services.testing

ConfigServiceStub

A service that allows system-wide application configuration values to be stored in a central repository.

Constructor Summary

Attributes Name and Description
caplin.services.testing.ConfigServiceStub( mProperties)

Method Summary

Attributes Name and Description
String getProperty(String sKey)

Returns a preference that the user has either set within the current session or in a previous session

void setStubProperties(Map mProperties)

Stub only method.

Constructor Detail

caplin.services.testing.ConfigServiceStub( mProperties)

Parameters
mProperties

Method Detail

String getProperty(String sKey)

Returns a preference that the user has either set within the current session or in a previous session

Parameters
String sKey The key for the key value store
Returns
{String} sValue

void setStubProperties(Map mProperties)

Stub only method.

Parameters
Map mProperties The properties to add.