B25.Test_FormHelper.TestChangeEvent

Overview

Object that is used to specify the field change event inside of unit tests.

To test your custom form API implementation you need to be able to specify the event that is being fired this class represents the field change event data.

Example

B25.Test_FormHelper.TestChangeEvent changeEvent = new B25.Test_FormHelper.TestChangeEvent(); changeEvent.sObjectField = B25__Reservation__c.B25__Quantity__c; changeEvent.newValue = 1; changeEvent.previousValue = 0;

Properties

Name

Type