inTestMode property

bool? inTestMode
getter/setter pair

A flag indicating whether the bulk fixes are being run in test mode. The only difference is that in test mode the fix processor will look for a configuration file that can modify the content of the data file used to compute the fixes when data-driven fixes are being considered.

If this field is omitted the flag defaults to false.

Implementation

bool? inTestMode;