Project Description
Helpful abstractions to ease testing of .net-based applications. Includes abstractions for testing
1. Http Applications
2. DataContext and Entity Framework Applications
3. Application Configuration
ATGi Abstractions are useful for testing .NET applications. We use this library internally whenever we require a new abstraction or fake implementation that does not already exist.
The primary benefit of this latest release is an implemenation of a Repository that can be used to hide the implementation details of a LINQ to SQL Data Context object, or of an ObjectContext implementation from an Entity Framework based class.
If you would like to add your own abstractions, please contact me about becoming a contributor.