Test

These settings configure those elements of Curam which are useful for Unit Testing. None of these settings should be used in a deployed application as they will either degrade performance or cause failures.

Table 1. Test settings

Property Name

Type

Meaning

curam.test.override.date

STRING

This property allows the date and time to be set to a known value for testing. In order to override the date and time the property should be in the format YYYYMMDDThhmmss. The 'T' character is the separator between the date and the time. It is valid to only specify the date. If the time portion of the property is not explicitly set the time will be automatically default to midnight (00:00:00). For example, the string value 20070101T175930 represents 17:59:30 on 1st January 2007. The string value 20070101 represents 00:00:00 on 1st January 2007.

curam.test.treatreadmultimaxaserror

BOOLEAN

Default: false. Specifies that a run time error should be thrown as well as a log message when the result size of Readmulti operation exceeds the maximum. This does not apply when the Treat readmulti-max as InformationalException option is enabled