Tags: johanbenschop/testfx
Tags
Add FSharp E2E test (microsoft#683) * Add FSharp E2E test * More representative method name * Improve test * Fix string expand * Fix passed tests detection * Fix typo in tests * Comment grammar * Review feedback Co-authored-by: nohwnd <[email protected]>
Friendly test names (microsoft#466) Add DisplayName parameter to TestMethod to allow friendly test names Add the ability to specify a display name to a test method which can use arbitrary characters. Example ```csharp [TestMethod("Friendly Name 🏆🤩 - It"s a brave new world - spaces are ok 🎉")] public void TestMethod1() { } ```
Certificate change SHA1 to hybrid (microsoft#635) * Changing certificate from SHA1 to hybrid
Bugfix for CancellationTokenSource (microsoft#593) * Bugfix for CancellationTokenSource Added initialization that was missing in the NetCoreTestContext and added a test to cover the net core scenario as well.
TestContext Properties type fixed to be IDictionary (microsoft#563) * Ensured that the TestContext exposed is always IDictionary for back compat reasons.
fix microsoft#514: mark Microsoft.VisualStudio.TestPlatform.TestFrame… …work.dll and Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll cls compliant (microsoft#516)
Cleaned up messages - issue microsoft#442 (microsoft#492)
PreviousNext