简体   繁体   中英

Unit testing in silverlight and entity framework

Could someone point me to any document, where I can test my silverlight application which uses entity framework as the backend data store? I found bunch links where they talk about only silveright UI testing not entity framework integration. One thing I am not able to do is, mock the data model that we use in silverlight that comes from entity frame work. Thanks,

If you're using RIA services, you can test your service with the regular .net unit testing framework or nunit

And then you you can unit test your UI using the silverlight unit testing framework against your view model

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM