Skip to content

Releases: microsoft/testfx

v1.2.0

11 Oct 15:02
Compare
Choose a tag to compare
  1. DataSourceAttribute Implementation (#238)
  2. Adding support for DiaNavigation in UWP test adapter (#258)
  3. Wrong order of arguments to ArgumentException (#262)
  4. Adding filtering support at discovery (#271)
  5. Improve handling of Assert.Inconclusive (#277)

And few small improvements.

v1.2.0-beta3

09 Aug 19:53
Compare
Choose a tag to compare
v1.2.0-beta3 Pre-release
Pre-release

This release fixes following issues:

  1. Added Mapping for TestOutcome.None to the UnitTestOutcome Enum to achieve NotExecuted behaviour in VSTS. #217 [Contributed By Irguzhav] [enhancement]
  2. TestMethod failures masked by TestCleanUp exceptions. #58
  3. Multiple copies added for same test on running multiple times in IntelliTest. #92
  4. Adapter is not sending TestCategory traits in Testcase object to Testhost. #189
  5. All the Assert constructor's has been made private and the classes sealed. #223

See release notes here

1.2.0-beta

29 Jun 12:21
Compare
Choose a tag to compare
1.2.0-beta Pre-release
Pre-release

This release fixes following issues:

  1. Support for Dynamic Data Attribute. #141 [extensibility]
  2. Make discovering test methods from base classes defined in another assembly the default. #164 [enhancement]
  3. CollectSourceInformation awareness to query source information . #119 [enhancement]

See release notes here

v1.1.18

01 Jun 12:38
Compare
Choose a tag to compare

This release fixes following issues:

  1. Ability to provide a reason for Ignored tests. #126 [enhancement]
  2. VB unit test project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #132 [enhancement]
  3. Assert.IsInstanceOf passes on value null. #178 [Contributed By LarsCelie]
  4. Test methods in a base class defined in a different assembly are not navigable in Test Explorer. #163 [Contributed By ajryan]
  5. Enable MSTest framework based tests targeting .NET Core to be run and debugged from within VSCode. #182
  6. Web project templates that ship in VS 2017 do not reference MSTest V2 nuget packages. #167

See release notes here

1.1.17

21 Apr 10:02
Compare
Choose a tag to compare

This release fixes following issues:

  1. Console.WriteLine support for .NetCore Projects . #18 [enhancement]
  2. Inheritance support for base classes that resides in different assemblies. #23 [enhancement]
  3. TestContext.Writeline does not output messages. #120
  4. Logger.LogMessage logs a message mutliple times. #114
  5. TestContext.CurrentTestOutcome is always InProgress in the TestCleanup method. #89
  6. An inconclusive in a test initialize fails the test if it has an ExpectedException. #136

See release notes here

1.1.14

31 Mar 14:01
Compare
Choose a tag to compare

This release fixes following issue:

  1. Ability to add custom assertions. #116 [enhancement]
  2. Problems with null in DataRow. #70

See release notes here

1.1.13

10 Mar 12:29
Compare
Choose a tag to compare

This release fixes the following issues

  • Tests with Deployment Item do not run. #91
  • Run tests fail intermittently with a disconnected from server exception. #28
  • Templates and Wizards vsix should be built with RC3 tooling #77

This is also the first release from GitHub and with source code building against Dev15 tooling.
Release notes are here.