зеркало из https://github.com/microsoft/testfx.git
08a5ee36ad
Update RFCs to include state and comply to markdown linter. Create new GitHub issue kind. |
||
---|---|---|
.. | ||
RFCs | ||
README.md | ||
delta-with-MSTestV1.md | ||
dev-guide.md | ||
releases.md |
README.md
MSTest Documentation
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.
The main features of MSTest v2 are documented through a list of RFCs:
- Framework Extensibility Trait Attributes
- Framework Extensibility for Custom Assertions
- Customize Running tests
- In-assembly parallel execution
- Framework Extensibility for Custom Test Data Source
- DynamicData Attribute for Data Driven Tests
- DataSource Attribute Vs ITestDataSource
- Test case timeout via runsettings
Releases
You can find all features and bugs fixed in all our releases by looking at releases.md.