DUnitX icon indicating copy to clipboard operation
DUnitX copied to clipboard

TestResult 'Warning' not handled by ITestRunner/ITestLogger

Open Daniel-Tr opened this issue 8 years ago • 1 comments

Hi,

I just noticed that the TTestResultType enum contains a 'Warning' value. This value seems not to be handled neither by the runner (see TDUnitXTestRunner.RecordResult, ITestRunner), nor the logger (see ITestLogger).

Is this intended? Are there any plans on incorporating a handler for this result type?

Daniel-Tr avatar Nov 22 '16 09:11 Daniel-Tr

I didn't look at this issue first - I'm basically asking this same question in your other issue #169. We'll see what is said over there and then we can update this issue as well.

The big thing is whether NUnit xml output supports any other status than Pass/Fail/Not Run.

rmcginty avatar Apr 04 '17 16:04 rmcginty