testfx icon indicating copy to clipboard operation
testfx copied to clipboard

MSTest framework and adapter

Results 258 testfx issues
Sort by recently updated
recently updated
newest added

This pull request updates the following dependencies [marker]: (Begin:860c99cc-ff50-47cb-c150-08d91ef85541) ## From https://github.com/dotnet/arcade - **Subscription**: 860c99cc-ff50-47cb-c150-08d91ef85541 - **Build**: 20220811.2 - **Date Produced**: August 11, 2022 4:17:31 PM UTC - **Commit**: 6a638cd0c13962ab2a1943cb1c878be5a41dd82e...

MSTest dlls do not contain the version under which it is published, which makes it really hard to see what is being used. Here I am using 2.2.9-preview-20220210-07. I would...

enhancement

## Description After I updated MSTest.Framework and MSTest.Adapter to 2.2.4 and higher, the test results in Azure DevOps are displayed incorrectly. Each test interation is displayed in a new line....

bug
resolution-external
resolution-fixed
area-azdo

## Description After upgrading my test project to Windows App SDK 1.1 the execution of tests fails. ## Steps to reproduce I followed https://devblogs.microsoft.com/ifdef-windows/winui-desktop-unit-tests/ `UITestMethod` attributed tests, fail to run...

Type: Bug
sprint
Area: WinUI

## Description With .Net 6 [Caller Argument Expression](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-10.0/caller-argument-expression) was added, this could be used in testfx to provide the expression which failed the check. Doing this could provider consumers more...

Type: Feature
Area: Assertion
Breaking :bangbang:

## Description > **IMPORTANT**: if the defect is reproduced only in a workflow from within the Visual Studio IDE then do not report the issue here - instead, please report...

enhancement
needs-triage

[Samples.zip](https://github.com/Microsoft/testfx/files/2082993/Samples.zip) ## Description Unexpected overhead in test execution times when the number of test cases increases. The increase is non-linear with the increase in number of tests. ## Steps to...

perf

## Description Currently, MSTest V2 constructs the name of the test using the specified parameters and this can be very long for some scenario and also not intention revealing about...

doc

I require the ability to access the current workers ID at runtime. Something like the Thread.CurrentThread.ManagedThreadID feature. I want the ability to say Worker.GetWorkerID or something like that. Does anyone...

Type: Feature

## Description Due the fact that the `Assert` static class has an `AreEqual(object, object)` the compiler is always able to find a valid match during compilation if a type changes...

enhancement
area-analyzers
area-assertion