Excerpt | ||||
---|---|---|---|---|
| ||||
Learn how to unit test your solution. |
To make sure your custom form logic in GoMeddo is unit tested a global class called Test_FormHelper, is added to the applications. This class contains helper methods that allow you to trigger form events.
...