I have started using Subsonic for a side project and have been loving using it. Simply a blast. I started off wanting to use the LINQ T4 Templates but have since switched to the ActiveRecord templates due to testability. It is very clear how to write unit tests using the active record templates but for the LINQ templates there is no clear testing mechanism. I have searched the docs but was wondering if anyone had recommendations for how to do this.
Thank you for your help.