kevinohara80 / sfdc-trigger-framework

A minimal trigger framework for your Salesforce Apex Triggers
MIT License
936 stars 512 forks source link

Framework Tests #4

Closed isalew closed 9 years ago

isalew commented 9 years ago

Created a test class to provide full coverage for TriggerHandler class.

kevinohara80 commented 9 years ago

I see there's a reference to a TestUtilities class. That's not in this repo (and shouldn't be). Can you refactor to create an instance of an Account SObject manually?

isalew commented 9 years ago

I replaced the TestUtilities reference with a standard Account sObject.