views:

202

answers:

0

Hi, I have been testing the nusoft kinetic framework and have been pretty satisfied with it until now. I was going to make some tests with MbUnit and Rhino Mock when I realized that the hole framework was built with static methods and protected classes, making this untestable.

My question is, does any one know about a framework like the kinetic framework that generates a simple DAL that can be tested and mocked, without all the overhead that larger frameworks do. I don't have the time in this project to learn or configure an ORM mapper like NHybernate.

As I said I'm quite pleased with the structure of this framework but I can't take it any further.

Cheers