Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.83 KB

README.md

File metadata and controls

42 lines (29 loc) · 2.83 KB

MSTest Documentation

The following official learn.microsoft.com website contains all the information about writing unit tests, unit test frameworks, integration with CLI and Visual Studio.

This blog post announces the vision for MSTest V2.

For API documentation refer here.

Contributing

  • See CONTRIBUTING.md for details about how you can contribute.
  • See dev-guide.md for more details on configurations for building the codebase. In practice, you only really need to run build.cmd/build.sh.

Features

You can find the main differences with MSTest v1 in Deltas w.r.t MSTest V1.

You can find detailed examples and explanations of MSTest features at

For technical reasoning and implementation details, you can refer to the list of RFCs:

Releases

You can find all features and bugs fixed in all our releases by looking at releases.md.