Skip to content

Tags: johanbenschop/testfx

Tags

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v2.1.0

Toggle v2.1.0's commit message
Revert fix

v2.1.0-beta2

Toggle v2.1.0-beta2's commit message
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()
{
}
```

v2.1.0-beta

Toggle v2.1.0-beta's commit message
Merge remote-tracking branch "upstream/master"

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Certificate change SHA1 to hybrid (microsoft#635)

* Changing certificate from SHA1 to hybrid

v2.0.0-beta4

Toggle v2.0.0-beta4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v2.0.0-beta2

Toggle v2.0.0-beta2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
TestContext Properties type fixed to be IDictionary (microsoft#563)

* Ensured that the TestContext exposed is always IDictionary for back compat reasons.

1.4.0

Toggle 1.4.0's commit message
fix microsoft#514: mark Microsoft.VisualStudio.TestPlatform.TestFrame…

…work.dll and Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll cls compliant (microsoft#516)

v1.4.0-beta

Toggle v1.4.0-beta's commit message
Cleaned up messages - issue microsoft#442 (microsoft#492)

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating templates and wizards for 1.3.2 (microsoft#440)