Terje Sandstrom

Results 51 issues of Terje Sandstrom

Nunit.COnsole 3.13 Adapter 4.1 NUnit 3.13.2 netcoreapp3.1 Repro : https://github.com/nunit/nunit3-vs-adapter.issues/tree/master/Issue912 Command: nunit3-console Issue912.dll Result: ![image](https://user-images.githubusercontent.com/203432/144750932-bbee01ca-fc03-460d-af40-e1faec152c3f.png) The adapter has embedded engine DLLs, but the same error happens if these are deleted...

Bug

1. See https://docs.nunit.org/articles/nunit/writing-tests/TestContext.html#testparameters The correct property name is is TestContext.Parameters, the TestParameters is the type. 2. There are more properties that are not documented, see https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/TestContext.cs , e.g. TestAdapter, ResultAdapter...

pri:p1

The right hand context aware menu could have indentation to make it easier to see which level it refers to. Example: ![image](https://user-images.githubusercontent.com/203432/85959724-562d4480-b99e-11ea-82db-41724c924356.png) There is a lot of sub-items, and they...

The XML format for [Test Results](https://github.com/nunit/docs/wiki/Test-Result-XML-Format) are documented, but the format for the different test events are missing. E.g. test-output, test-case, start-suite, start-test,

pri:p2
area:framework

From time to time, Editorconfig crashes with a core error on files named like StackTractExplorerEditor.Bozepih when compiliong. The extension name may vary. The file comes from Resharper, but I am...

WIP *** DO NOT MERGE *** Changed test case filter to use NUnit Filter. Added a featureflag for testing purposes, have now left it default true, but keep open the...

This is extracted from Issue #301 " FransBouma commented on Aug 15, 2017 I know I'm late to the party here, but maybe this will help: For v3, trace output...

is:docs

Immediate test-output to the Output/Tests window can be achieved by using the TestContext Error and Progress properties. There is an issue in NUnit https://github.com/nunit/nunit/issues/2908 to add the properties Information and...

is:enhancement