Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 1.26 KB

changelog.md

File metadata and controls

73 lines (42 loc) · 1.26 KB

TestRunner Changelog

v1.7.1

Stop occasionally printing output from child processes out of order, by correctly waiting until child processes are completely finished before proceeding

v1.7.0

Add .NET Core support

v1.6.0

Add support for TestContext .CurrentTestOutcome, .FullyQualifiedTestClassName, and .TestName

v1.5.1

Fix build on Mono 5 which no longer supports __MonoCS__ preprocessor variable

v1.5

Support multiple test assemblies in a single TestRunner invocation

v1.4

Stop hanging indefinitely if there are leftover threads, by exiting the program using Environment.Exit

v1.3

Eliminate dependency on Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll by using reflection to discover and run tests

v1.2

Don't try to run test or cleanup methods if relevant initialize methods fail

v1.1

Improve [ExpectedException] output

Don't crash in environments where the internal framework details required for test assembly .config file loading aren't present

v1.0

https://en.wikipedia.org/wiki/Minimum_viable_product