I'm looking into using LLBLGen Pro but I'm wondering how I can accomplish some unit testing while using this solution.
I've read some threads on this board but unfortunately they have not answered my questions.
The only area I will be testing is the BL, but I dont want to have to rely on database connectivity. Is there a way to use Mocks with LLBLGen to simulate the db connectivity? If so, how is this accomplished? Is there anything on Unit Testing with LLBLGen?