It should parse EDMX file and create a moch/fake to use in Unit tests. The easiest integration would be by using T4 that we already have in VS IDE.
Has anybody seen it on the web?
Or is maybe writing it on their own?
Or is there an OSS in progress doing this?
Anybody?
When using EF4
EF4 supports
ObjectContextmocking. Right click in entity designer (in empty area) within Visual Studio and select Add Code Generation Item, navigate to online templates and voila. There’s ADO.NET Mocking Context Generator.It will create a mock based on your EDMX using a T4.