afawcett / littlebits-connector

Connect LittleBits devices to Salesforce without code
11 stars 3 forks source link

Add unit tests for new controller classes #14

Open afawcett opened 9 years ago

afawcett commented 9 years ago

While the core engine (the service class) has good coverage, some of the new controllers added recently need some. I'd like to implement ApexMocks for the service layer, to allow the controller tests to be lighter and mock the service layer.