-
{"mon_1_open":"","mon_1_close":"","tue_1_open":"","tue_1_close":"","wed_1_open":"","wed_1_close":"","thu_1_open":"","thu_1_close":"","fri_1_open":"","fri_1_close":"","sat_1_open":"","sat_1_close":"","…
-
## Description
Exceptions related to Object Model resolution are seen in the default workflow in the Test Platform trace logs.
## Steps to reproduce
1.Create a netcore project with MStestv2.
2. …
-
The latest testfx "daily" build nuget package drops on myget.org are from 2017-09-19.
https://dotnet.myget.org/feed/mstestv2/package/nuget/MSTest.TestFramework
https://dotnet.myget.org/feed/mste…
-
## Description
> Can not create project targeting .NET35 with mstestv2
## Steps to reproduce
> Create a MStestv2 test project in visual studio 2017. (Visual C# -> Test)
> Re target project to .N…
-
This kind of unit test is marked as failed - even if it succeeded because a known/expected exception is thrown:
`[TestMethod]`
` [ExpectedException(typeof(NotSupportedException))]`
` public void…
-
## Description
TestCleanup method is called even if TestInitialize failed.
This is a wrong behavior for 2 reasons:
1. It breaks compatibility with MSTest V1 (see more details about my specific sce…
-
## Description
> Running MSTestV2 tests with /testadapterpath flag. Came across an issue when path was present both in runsettings file and provided via the command line flag. The path in the setting…
-
## Description
Async tests which use Assert.Inconclusive report as Error
## Steps to reproduce
```
[TestMethod]
public void TestInconclusiveSync()
{
Assert.In…
-
## Description
It's very cool that Assert is no longer a static class, which allows us to add extension methods and access the singleton "Assert" instance using Assert.That. However, is there a reas…
-
## Description
Running IntelliTest multiple times, results in multiple copies of the same test being added to the test class with an incremental suffix in the name. This is an issue with MSTestV2 and…