See the release notes here
Unclaimed project
Are you a maintainer of testfx? Claim this project to take control of your public changelog and roadmap.
Changelog
This repository holds the source code of Microsoft.Testing.Platform (MTP), a lightweight alternative to VSTest, as well as MSTest adapter and framework.
Last updated about 1 month ago
See the release notes here
See the release notes here
See the release notes here
See the release notes here
MSTest v4 adds a new type of assertion, that allows you to write any expression, and it will inspect the result to give you more information on failure. Providing a very flexible way to assert complicated expressions. Here a simple example:
[TestClass]
public sealed class Test1
{
[TestMethod]
public void TestMethod1()
{...