A sample showing use of faking in unit tests.
You'd like to learn more about how to use the Fake CompositionContext for unit testing.
The sample shows how to populate the Fake store with test data, and how to perform queries and saves using standard DevForce features.
You'll notice a supporting project in the solution called IdeaBlade.TestFramework.Desktop. This contains the source code for the open source test framework under development. The source code is licensed under the MIT open source license. The test framework helps in writing unit tests targeting both the desktop and Silverlight applications. This source code is provided "as is".
Another supporting project whose source code is licensed under the MIT open source license. The extensions are used by the test framework to provide a more fluent API. This source code is provided "as is".