Project DescriptionThis project includes complete code sample for XNA and Unit Testing
postUnit TestingUnit testing is the practice in which individual units of source code are tested in isolation. Consequently, unit tests do not measure how objects interact with dependent objects; these are integration
testsSampleThe following code sample refactors the
Going Beyond tutorial to make a model move using input.
Check out
here for more information.