简体   繁体   中英

Resources for learning Automated Testing in C# and WPF

I've been tasked with doing research into unit testing for both the model and model-view sections of the MVVM model. I am having problems finding resources for this to read up on. The emphasis of this research is Automated testing, checking to see if existing code still works and edge cases.

Any help would be greatly be appreciated.

(Unless I deeply misunderstand MVVM and I suspect not since we've been doing variants on it for 4 years)

These are both non UI centric types and thus testing them is, in main simple, just using standard unit test tools (we use MSTest, but you can use any of the other eg NUnit, XUnit etc..)

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