Search Results

1
vote

How do I unit test code that uses a Fluent interface?

Can you mock your Repositories? While some will advocate a more pure approach where you must isolate one method of one class, it would be a decent way to test how FindComputers and the fluent inter …